Interface: ComponentEvent
component.ComponentEvent
Interface for general component events.
Hierarchy#
ComponentEvent
Properties#
target#
• target: IComponent
The component object that fired the event.
Defined in#
component/events/ComponentEvent.ts:11
type#
• type: ComponentEventType
The event type.