Interface BaseUrlManagerProps

interface BaseUrlManagerProps {
    initialState: UrlManagerInitialState;
}

Hierarchy (View Summary)

Properties

Properties

The initial state that should be applied to the UrlManager controller.