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 incomponent/events/ComponentPlayEvent.ts:10
#
target• target: IComponent
The component object that fired the event.
#
Inherited from#
Defined incomponent/events/ComponentEvent.ts:11
#
type• type: "playing"
The event type.