TextTrackCue is an abstract class which is used as the basis
the various derived cue types, such as web.vtt.VTTCue
; you
instead work with those derived types.
TextTrackCue is an abstract class which is used as the basis the various derived cue types, such as `web.vtt.VTTCue`; you instead work with those derived types.
(set-track! this val)
Property.
The TextTrack that this cue belongs to, or null if it doesn't to any.
Property. The TextTrack that this cue belongs to, or null if it doesn't to any.
(track this)
Property.
The TextTrack that this cue belongs to, or null if it doesn't to any.
Property. The TextTrack that this cue belongs to, or null if it doesn't to any.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close