Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-browser
/
web.presentation
/
PresentationConnectionList
Presentation
Connection
List
open
class
PresentationConnectionList
:
EventTarget
(
source
)
MDN Reference
Members
Properties
connections
Link copied to clipboard
val
connections
:
ReadonlyArray
<
PresentationConnection
>
MDN Reference
onconnectionavailable
Link copied to clipboard
var
onconnectionavailable
:
EventHandler
<
PresentationConnectionAvailableEvent
,
PresentationConnectionList
,
PresentationConnectionList
>
?
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
>