NodePropertiesResetEvent#
Class NodePropertiesResetEvent
Hierarchy
- WebVisEvent
- NodePropertiesResetEvent
Index
Constructors
Properties
Constructors
constructor
- new
Node Properties Reset Event(targetNodeID, properties, recursive): NodePropertiesResetEvent -
The NODE_PROPERTIES_RESET event occurs if one or more properties of the Node has been reset.
Parameters
-
targetNodeID: number
The ID of the target Node.
-
properties: string[]
The properties which has been reset.
-
recursive: boolean
If set to true, the properties are reset recursively.
Returns NodePropertiesResetEvent
-
Properties
id
id: number
properties
properties: string[]
The properties which has been reset.
recursive
recursive: boolean
If set to true, the properties are reset recursively.
target NodeID
target NodeID: number
The ID of the target Node.
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
NODE_PROPERTIES_RESET NODE_PROPERTIES_RESET