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

interface NotifyTriggerState {
    notifications: string[];
}

Properties

Properties

notifications: string[]

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