NodePropertiesResetEventΒΆ

Class NodePropertiesResetEvent

This event occurs if one or more properties of the node have been reset.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

properties: string[]

The properties which has been reset.

recursive: boolean

If set to true, the properties are reset recursively.

targetNodeID: number

The ID of the target node.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.