NodeChangedEvent¶
Class NodeChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- NodeChangedEvent
Index
Properties
Accessors
Properties
id
id: number
The unique ID of the event.
new Value
newValue: any
The new value of the property.
old Value
oldValue: any
The old value of the property.
property
property: string
The property which has been changed.
source NodeID
sourceNodeID: number
The ID of the source node.
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.
Accessors
change List
- get changeList(): { [key: string]: any }
Returns a map of all changes.
Returns { [key: string]: any }
The map of all changes. The key is a Property and the value is the new value.
This event occurs if a node's Property has been changed.
See