Interface CastEventMap

The events fired by the cast API.

interface CastEventMap {
    castingchange: Event<"castingchange">;
}

Properties

Properties

castingchange: Event<"castingchange">

Fired when Cast.casting changes.