SelectionChangedEvent#
Class SelectionChangedEvent
Hierarchy
- WebVisEvent
- SelectionChangedEvent
 
 
  Index
Constructors
Properties
Constructors
constructor
- new 
Selection Changed Event(targetNodeID, oldSelectionCount, newSelectionCount, selectedNodes): SelectionChangedEvent  - 
The SELECTION_CHANGED event occurs if a Selection has been changed.
Parameters
- 
targetNodeID: number
The ID of the node which Selection has changed.
 - 
oldSelectionCount: number
The number of previous selected Nodes.
 - 
newSelectionCount: number
The number of currently selected Nodes.
 - 
selectedNodes: number[]
The IDs of the currently selected Nodes.
 
Returns SelectionChangedEvent
 - 
 
Properties
id
id: number
new Selection Count
new Selection Count: number
The number of currently selected Nodes.
old Selection Count
old Selection Count: number
The number of previous selected Nodes.
selected Nodes
selected Nodes: number[]
The IDs of the currently selected Nodes.
target NodeID
target NodeID: number
The ID of the node which Selection has changed.
Optional transaction Code
transaction Code?: string
Optional transactionID
transactionID?: number
SELECTION_CHANGED