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