NodePointerOutEvent¶
Class NodePointerOutEvent
Hierarchy (View Summary)
- WebVisEvent
- NodePointerOutEvent
Index
Constructors
Properties
Constructors
constructor
- new NodePointerOutEvent(
targetNodeID: number,
pointerInfo: PointerInfo,
originalEvent: Event,
): NodePointerOutEvent The NODE_POINTER_OUT event occurs if the mouse pointer leaves 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 NodePointerOutEvent
- 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.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
NODE_POINTER_OUT NODE_POINTER_OUT