Interface NotificationEventInit
interface NotificationEventInit {
action?: string;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
notification: Notification;
}
action?: string;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
notification: Notification;
}
Hierarchy
- ExtendableEventInit
- NotificationEventInit (view full)