stdlib
1.5
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
TextTrackCueList
Text
Track
Cue
List
JS
abstract
external
class
TextTrackCueList
(
source
)
Since Kotlin
1.1
Constructors
Functions
Properties
Extensions
Constructors
Text
Track
Cue
List
Link copied to clipboard
JS
fun
TextTrackCueList
(
)
Functions
get
Cue
By
Id
Link copied to clipboard
JS
fun
getCueById
(
id
:
String
)
:
TextTrackCue
?
Since Kotlin
1.1
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
Since Kotlin
1.1
Extensions
get
Link copied to clipboard
JS
inline operator
fun
TextTrackCueList
.
get
(
index
:
Int
)
:
TextTrackCue
?
Since Kotlin
1.1