NodeChangedEvent¶
Class NodeChangedEvent
Hierarchy (View Summary)
- WebVisEvent- NodeChangedEvent
 
Properties
Accessors
id
id: number
The unique ID of the event.
new
newValue: any
The new value of the property.
old
oldValue: any
The old value of the property.
property
property: string
The property which has been changed.
source
sourceNodeID: number
The ID of the source node.
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.
change
- 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