THEOplayer > TextTrackStyleEventMap
Events fired by the TextTrackStyle API.
Signature:
export interface TextTrackStyleEventMap
Property |
Type |
Description |
---|---|---|
Event |
Fired when any of the TextTrackStyle's properties changes. |
Fired when any of the TextTrackStyle's properties changes.
Signature:
change: Event<'change'>;