Interface: ComponentPlayEvent
component.ComponentPlayEvent
Interface for component play events.
Hierarchy#
↳
ComponentPlayEvent
Properties#
playing#
• playing: boolean
Value indiciating if the component is playing or not.
Defined in#
component/events/ComponentPlayEvent.ts:10
target#
• target: IComponent
The component object that fired the event.
Inherited from#
Defined in#
component/events/ComponentEvent.ts:11
type#
• type: "playing"
The event type.