THEOplayer Web SDK
    Preparing search index...

    Interface TextTrackRemoveCueEvent

    Fired when a cue is removed from the text track.

    interface TextTrackRemoveCueEvent {
        cue: TextTrackCue;
        date: Date;
        type: "removecue";
    }

    Hierarchy (View Summary)

    • Event<"removecue">
      • TextTrackRemoveCueEvent
    Index

    Properties

    Properties

    The cue that is removed from the text track.

    date: Date

    The creation date of the event.

    type: "removecue"

    The type of the event.