kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
TextTrackCueList
Text
Track
Cue
List
JS
abstract
external
class
TextTrackCueList
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
?
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
Extensions
get
Link copied to clipboard
JS
inline operator
fun
TextTrackCueList
.
get
(
index
:
Int
)
:
TextTrackCue
?