@coveo/headless
    Preparing search index...

    Interface SearchParameterManagerState

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

    interface SearchParameterManagerState {
        parameters: SearchParameters;
    }
    Index

    Properties

    Properties

    parameters: SearchParameters

    The parameters affecting the search response.