@coveo/headless
    Preparing search index...

    Interface NotifyTrigger

    The NotifyTrigger controller handles notify triggers. A Notify trigger query pipeline rule lets you define a message to be displayed to the end user when a certain condition is met.

    Example: notify-trigger.fn.tsx

    interface NotifyTrigger {
        state: NotifyTriggerState;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    Methods

    Properties

    The state of the NotifyTrigger controller.