NodePointerEnterEventΒΆ
Class NodePointerEnterEvent
Hierarchy (View Summary)
- WebVisEvent
- NodePointerEnterEvent
Index
Properties
id
id: number
The unique ID of the event.
original Event
originalEvent: Event
The original DOM event.
pointer Info
Additional pointer information.
target NodeID
targetNodeID: number
The ID of the target node.
Optionaltransaction Code
transactionCode?: string
The transaction code associated with the event.
OptionaltransactionID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
Was this page helpful? Please leave a thumbs up or down.
Event that is fired when the mouse pointer enters a node.
See