SelectionChangedEvent¶
Class SelectionChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- SelectionChangedEvent
Properties
id
id: number
The unique ID of the event.
new Selection Count
newSelectionCount: number
The number of currently selected Nodes.
old Selection Count
oldSelectionCount: number
The number of previous selected Nodes.
selected Nodes
selectedNodes: number[]
The IDs of the currently selected Nodes.
target NodeID
targetNodeID: number
The ID of the node whose selection has changed. For further information see ChangeSelectionResult.targetNodeID.
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.
This event occurs if the selection has changed.
See