Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-browser
/
web.presentation
/
PresentationAvailability
Presentation
Availability
open
class
PresentationAvailability
:
EventTarget
(
source
)
MDN Reference
Members
Properties
onchange
Link copied to clipboard
var
onchange
:
EventHandler
<
Event
,
PresentationAvailability
,
PresentationAvailability
>
?
MDN Reference
value
Link copied to clipboard
val
value
:
Boolean
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
>