NodeClickedEvent¶
Class NodeClickedEvent
Hierarchy (View Summary)
- WebVisEvent- NodeClickedEvent
 
id
id: number
The unique ID of the event.
original
originalEvent: Event
The original mouse event
pointer
Additional Pointer Information.
target
targetNodeID: number
The ID of the target Node.
Optionaltransaction
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.
The NODE_CLICKED event occurs if one of the Nodes is clicked.