THEOplayer > CastStateChangeEvent
Inherits from Event<'statechange'> . See parent page for inherited properties and methods.
Fires when the cast state changes.
Signature:
export interface CastStateChangeEvent extends Event<'statechange'>
Property |
Type |
Description |
---|---|---|
The new cast state. |
The new cast state.
Signature:
readonly state: CastState;