THEOplayer Web SDK
    Preparing search index...

    Interface TextTrackCueUpdateEvent

    Fired when a text track cue is updated.

    interface TextTrackCueUpdateEvent {
        cue: TextTrackCue;
        date: Date;
        type: "update";
    }

    Hierarchy (View Summary)

    • Event<"update">
      • TextTrackCueUpdateEvent
    Index

    Properties

    Properties

    The text track cue that is updated.

    date: Date

    The creation date of the event.

    type: "update"

    The type of the event.