Skip to main content

Interface: ComponentEvent

component.ComponentEvent

Interface for general component events.

Hierarchy#

Properties#

target#

• target: IComponent

The component object that fired the event.

Defined in#

component/events/ComponentEvent.ts:11


type#

• type: ComponentEventType

The event type.

Defined in#

component/events/ComponentEvent.ts:16