interface UrlManagerProps {
    initialState: UrlManagerInitialState;
}

Properties

Properties

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