A scoped and simplified part of the Headless state that is relevant to the SearchParameterManager controller.

interface SearchParameterManagerState {
    parameters: SearchParameters;
}

Properties

Properties

parameters: SearchParameters

The parameters affecting the search response.