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

    Interface NotifyTriggerDefinition

    interface NotifyTriggerDefinition {
        listing: true;
        search: true;
        build(engine: CommerceEngine, solutionType?: SolutionType): NotifyTrigger;
    }

    Hierarchy

    • SearchAndListingControllerDefinitionWithoutProps<NotifyTrigger>
      • NotifyTriggerDefinition
    Index

    Methods

    Properties

    Methods

    • Creates an instance of the given controller.

      Parameters

      • engine: CommerceEngine

        The search engine.

      • OptionalsolutionType: SolutionType

        The type of solution for which the controller should be built (e.g. search or listing). This option only applies to sub-controllers.

      Returns NotifyTrigger

      The created controller instance.

    Properties

    listing: true
    search: true