NodeChangedEvent#
Class NodeChangedEvent
Hierarchy
- WebVisEvent
- NodeChangedEvent
Index
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: number
The ID of the target Node.
-
sourceNodeID: number
-
property: string
-
newValue: any
-
oldValue: any
Returns NodeChangedEvent
-
Properties
id
id: number
new Value
new Value: any
old Value
old Value: any
property
property: string
source NodeID
source NodeID: number
target NodeID
target NodeID: number
The ID of the target Node.
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
Accessors
change List
- get changeList(): {
[key: string]: any;
} -
Returns {
[key: string]: any;
}-
[key: string]: any
-
NODE_CHANGED