Skip to main content

Interface: ComponentPlayEvent

component.ComponentPlayEvent

Interface for component play events.

Hierarchy#

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#

ComponentEvent.target

Defined in#

component/events/ComponentEvent.ts:11


type#

• type: "playing"

The event type.

Overrides#

ComponentEvent.type

Defined in#

component/events/ComponentPlayEvent.ts:12