NotificationEventInit

external interface NotificationEventInit : ExtendableEventInit

Properties

action
Link copied to clipboard
open var action: String?
bubbles
Link copied to clipboard
open var bubbles: Boolean?
cancelable
Link copied to clipboard
open var cancelable: Boolean?
composed
Link copied to clipboard
open var composed: Boolean?
notification
Link copied to clipboard
open var notification: Notification?