@coveo/headless
    Preparing search index...

    Interface SearchParameterManager

    The SearchParameterManager controller allows restoring parameters that affect the results from e.g. a url.

    interface SearchParameterManager {
        state: SearchParameterManagerState;
        subscribe(listener: () => void): Unsubscribe;
        synchronize(parameters: SearchParameters): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    Methods

    Properties

    The state relevant to the SearchParameterManager controller.