Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.permissions
/
PermissionStatus
Permission
Status
class
PermissionStatus
:
EventTarget
(
source
)
MDN Reference
Members
Properties
change
Event
Link copied to clipboard
val
changeEvent
:
EventInstance
<
Event
,
PermissionStatus
,
PermissionStatus
>
MDN Reference
name
Link copied to clipboard
val
name
:
String
MDN Reference
onchange
Link copied to clipboard
var
onchange
:
EventHandler
<
Event
,
PermissionStatus
,
PermissionStatus
>
?
MDN Reference
state
Link copied to clipboard
val
state
:
PermissionState
MDN Reference
Functions
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
when
Link copied to clipboard
fun
<
T
:
Event
>
when
(
type
:
EventType
<
T
>
,
options
:
ObservableEventListenerOptions
?
)
:
Observable
<
T
>