NodePropertiesResetEventΒΆ

Class NodePropertiesResetEvent

NODE_PROPERTIES_RESET NODE_PROPERTIES_RESET

Hierarchy

Constructors

  • 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.

    Returns NodePropertiesResetEvent

Properties

id: number
properties: string[]

The properties which has been reset.

targetNodeID: number

The ID of the target Node.

transactionCode?: string
transactionID?: number
type?: EventType