kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.notifications
/
NotificationEvent
Notification
Event
JS
open
external
class
NotificationEvent
(
type
:
String
,
eventInitDict
:
NotificationEventInit
)
:
ExtendableEvent
Exposes the JavaScript
NotificationEvent
to Kotlin
Types
Constructors
Functions
Properties
Constructors
Notification
Event
Link copied to clipboard
JS
fun
NotificationEvent
(
type
:
String
,
eventInitDict
:
NotificationEventInit
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Functions
composed
Path
Link copied to clipboard
JS
fun
composedPath
(
)
:
Array
<
EventTarget
>
init
Event
Link copied to clipboard
JS
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
prevent
Default
Link copied to clipboard
JS
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
JS
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
JS
fun
stopPropagation
(
)
wait
Until
Link copied to clipboard
JS
fun
waitUntil
(
f
:
Promise
<
Any
?
>
)
Properties
action
Link copied to clipboard
JS
open
val
action
:
String
bubbles
Link copied to clipboard
JS
open
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
JS
open
val
cancelable
:
Boolean
composed
Link copied to clipboard
JS
open
val
composed
:
Boolean
current
Target
Link copied to clipboard
JS
open
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
JS
open
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
JS
open
val
eventPhase
:
Short
is
Trusted
Link copied to clipboard
JS
open
val
isTrusted
:
Boolean
notification
Link copied to clipboard
JS
open
val
notification
:
Notification
target
Link copied to clipboard
JS
open
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
JS
open
val
timeStamp
:
Number
type
Link copied to clipboard
JS
open
val
type
:
String