Interface SearchParameterManagerProps

interface SearchParameterManagerProps {
    initialState: SearchParameterManagerInitialState;
}

Properties

Properties

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