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

    Interface NotifyTriggerState

    A scoped and simplified part of the headless state that is relevant to the NotifyTrigger controller.

    interface NotifyTriggerState {
        notifications: string[];
    }
    Index

    Properties

    Properties

    notifications: string[]

    The notifications to display to the user after receiving notification triggers.