Interface: ComponentHoverEvent
component.ComponentHoverEvent
Interface for component hover events.
#
Hierarchy↳
ComponentHoverEvent
#
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 incomponent/events/ComponentHoverEvent.ts:12
#
target• target: IComponent
The component object that fired the event.
#
Inherited from#
Defined incomponent/events/ComponentEvent.ts:11
#
type• type: "hover"
The event type.