toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
TextTrackCue
Text
Track
Cue
abstract
class
TextTrackCue
:
EventTarget
,
JsAny
Exposes the JavaScript
TextTrackCue
to Kotlin
Members
Constructors
Text
Track
Cue
Link copied to clipboard
constructor
(
)
Properties
end
Time
Link copied to clipboard
open
var
endTime
:
Double
id
Link copied to clipboard
open
var
id
:
String
onenter
Link copied to clipboard
open
var
onenter
:
(
Event
)
->
Unit
?
onexit
Link copied to clipboard
open
var
onexit
:
(
Event
)
->
Unit
?
pause
On
Exit
Link copied to clipboard
open
var
pauseOnExit
:
Boolean
start
Time
Link copied to clipboard
open
var
startTime
:
Double
track
Link copied to clipboard
open
val
track
:
TextTrack
?
Functions
add
Event
Listener
Link copied to clipboard
fun
addEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
)
fun
addEventListener
(
type
:
String
,
callback
:
EventListener
?
)
fun
addEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
,
options
:
Boolean
)
fun
addEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
,
options
:
AddEventListenerOptions
)
fun
addEventListener
(
type
:
String
,
callback
:
EventListener
?
,
options
:
Boolean
)
fun
addEventListener
(
type
:
String
,
callback
:
EventListener
?
,
options
:
AddEventListenerOptions
)
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
remove
Event
Listener
Link copied to clipboard
fun
removeEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
)
fun
removeEventListener
(
type
:
String
,
callback
:
EventListener
?
)
fun
removeEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
,
options
:
Boolean
)
fun
removeEventListener
(
type
:
String
,
callback
:
(
Event
)
->
Unit
?
,
options
:
EventListenerOptions
)
fun
removeEventListener
(
type
:
String
,
callback
:
EventListener
?
,
options
:
Boolean
)
fun
removeEventListener
(
type
:
String
,
callback
:
EventListener
?
,
options
:
EventListenerOptions
)