Skip to main content

Interface: ComponentTagModeEvent

component.ComponentTagModeEvent

Interface for component tag mode events.

Hierarchy#

Properties#

mode#

• mode: TagMode

Value indicating the current tag mode of the component.

Defined in#

component/events/ComponentTagModeEvent.ts:11


target#

• target: IComponent

The component object that fired the event.

Inherited from#

ComponentEvent.target

Defined in#

component/events/ComponentEvent.ts:11


type#

• type: "tagmode"

The event type.

Overrides#

ComponentEvent.type

Defined in#

component/events/ComponentTagModeEvent.ts:13