Interface TextTrackStyleEventMap

Events fired by the TextTrackStyle API.

interface TextTrackStyleEventMap {
    change: Event<"change">;
}

Properties

Properties

change: Event<"change">

Fired when any of the TextTrackStyle's properties changes.

Generated using TypeDoc