Interface NotificationUpdateEvent

interface NotificationUpdateEvent {
    notifications: Notification[];
    toasts: Notification[];
    visibilityState: Visibility;
}

Properties

notifications: Notification[]
toasts: Notification[]
visibilityState: Visibility