NodePointerEnterEvent¶
Class NodePointerEnterEvent
Hierarchy (View Summary)
- WebVisEvent
- NodePointerEnterEvent
Index
Constructors
Properties
Constructors
constructor
- new NodePointerEnterEvent(
targetNodeID: number,
pointerInfo: PointerInfo,
originalEvent: Event,
): NodePointerEnterEvent The NODE_POINTER_ENTER event occurs if the mouse pointer enters one of the Nodes.
Parameters
- targetNodeID: number
The ID of the target Node.
- pointerInfo: PointerInfo
Additional Pointer Information.
- originalEvent: Event
The original mouse event
Returns NodePointerEnterEvent
- targetNodeID: number
Properties
id
id: number
The unique ID of the event.
original Event
originalEvent: Event
The original mouse 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.
NODE_POINTER_ENTER NODE_POINTER_ENTER