Skip to content

@ralphschuler.webgl shader factory.<internal>.TextTrackCueList

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: TextTrackCueList

@ralphschuler/webgl-shader-factory.<internal>.TextTrackCueList

MDN Reference

Indexable

▪ [index: number]: TextTrackCue

Table of contents

Properties

Methods

Properties

length

Readonly length: number

Returns the number of cues in the list.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22218

Methods

getCueById

getCueById(id): null | TextTrackCue

Returns the first text track cue (in text track cue order) with text track cue identifier id.

Returns null if none of the cues have the given identifier or if the argument is the empty string.

MDN Reference

Parameters

Name Type
id string

Returns

null | TextTrackCue

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22226

Typescript Libraries

Modules

Namespaces

Clone this wiki locally