@coveo/headless-react
    Preparing search index...

    Interface SSRParameterManagerProps<T>

    interface SSRParameterManagerProps<T extends Parameters> {
        initialState?: ParameterManagerInitialState<T>;
    }

    Type Parameters

    Hierarchy

    Index

    Properties

    Properties

    initialState?: ParameterManagerInitialState<T>

    The initial state that should be applied to the ParameterManager sub-controller.