NotificationEvent

JS
1.1
open class NotificationEvent : ExtendableEvent
(source)

Exposes the JavaScript NotificationEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript NotificationEvent to Kotlin

NotificationEvent (
type : String ,
eventInitDict : NotificationEventInit )

Properties

JS
1.1

action

open val action : String
JS
1.1

notification

open val notification : Notification

Companion Object Properties

JS
1.1

AT_TARGET

val AT_TARGET : Short
JS
1.1

BUBBLING_PHASE

val BUBBLING_PHASE : Short
JS
1.1

CAPTURING_PHASE

val CAPTURING_PHASE : Short
JS
1.1

NONE

val NONE : Short