Skip to main content

Interface: ComponentHoverEvent

component.ComponentHoverEvent

Interface for component hover events.

Hierarchy#

Properties#

id#

• id: string

The image id corresponding to the element or object that is being hovered. When the mouse leaves the element or object the id will be null.

Defined in#

component/events/ComponentHoverEvent.ts:12


target#

• target: IComponent

The component object that fired the event.

Inherited from#

ComponentEvent.target

Defined in#

component/events/ComponentEvent.ts:11


type#

• type: "hover"

The event type.

Overrides#

ComponentEvent.type

Defined in#

component/events/ComponentHoverEvent.ts:14