@coveo/headless
    Preparing search index...

    Interface ParameterManagerState<T>

    The state of the ParameterManager sub-controller.

    interface ParameterManagerState<T extends Parameters> {
        parameters: T;
    }

    Type Parameters

    Index

    Properties

    Properties

    parameters: T

    The parameters affecting the response.