SelectionChangedEvent#
Class SelectionChangedEvent
Hierarchy
- WebVisEvent
- SelectionChangedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Selection Changed Event(targetNodeID: number, oldSelectionCount: number, newSelectionCount: number, selectedNodes: number[]): 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
old Selection Count
old Selection Count: number
selected Nodes
selected Nodes: number[]
target NodeID
target NodeID: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
SELECTION_CHANGED