NodeChangedEvent#
Class NodeChangedEvent
Hierarchy
- WebVisEvent
- NodeChangedEvent
 
Constructors
Properties
Accessors
Constructors
constructor
- new Node Changed Event(targetNodeID, sourceNodeID, property, newValue, oldValue): NodeChangedEvent 
- 
The NODE_CHANGED event occurs if a Node has been changed. Parameters- 
targetNodeID: numberThe ID of the target Node. 
- 
sourceNodeID: number
- 
property: string
- 
newValue: any
- 
oldValue: any
 Returns NodeChangedEvent
- 
Properties
id
id: number
new
new
old
old
property
property: string
source
source
target
target
The ID of the target Node.
Optional transaction
transaction
Optional transactionID
transactionID?: number
Optional type
Accessors
change
- get changeList(): { 
 [key: string]: any;
 }
- 
Returns {
 [key: string]: any;
 }- 
[key: string]: any
 
- 
NODE_CHANGED