Details about a notification scheme event.

interface NotificationSchemeEvent {
    event?: NotificationEvent;
    notifications?: EventNotification[];
}

Properties

Details about a notification event.

notifications?: EventNotification[]