Type alias TEventData

TEventData: {
    data: IPlayControlEvent;
    type: "playcontrol";
}

Type declaration

Generated using TypeDoc