NodeChangedEvent#
Class NodeChangedEvent
Hierarchy
- WebVisEvent
- NodeChangedEvent
Index
Constructors
Properties
Accessors
Constructors
constructor
- new
Node Changed Event(targetNodeID: number, property: string, newValue: any, oldValue: any): NodeChangedEvent -
The NODE_CHANGED event occurs if a Node has been changed.
Parameters
-
targetNodeID: number
The ID of the target Node.
-
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
target NodeID
target NodeID: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
Accessors
change List
- get changeList(): { [key: string]: any }
-
Returns { [key: string]: any }
-
[key: string]: any
-
NODE_CHANGED