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

    Function defineParameterManager

    • Type Parameters

      • TOptions extends ControllerDefinitionOption | undefined

      Parameters

      Returns SubControllerDefinitionWithProps<
          ParameterManager<MappedParameterTypes<TOptions>>,
          TOptions,
          SSRParameterManagerProps<MappedParameterTypes<TOptions>>,
      >

      The ParameterManager controller definition.

      In the future, the parameterManager controller will be included by default in the engine definition. You will no longer need to define it manually Defines a ParameterManager controller instance.