NodePropertiesResetEvent#
Class NodePropertiesResetEvent
Hierarchy
- WebVisEvent
- NodePropertiesResetEvent
Index
Constructors
Properties
Constructors
constructor
- new
Node (targetNodeID, properties, recursive): NodePropertiesResetEventProperties Reset Event -
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.
targetNodeID
targetNodeID : number
The ID of the target Node.
Optional
transactionCode
transactionCode ?: string
Optional
transactionID
transactionID?: number
NODE_PROPERTIES_RESET NODE_PROPERTIES_RESET