NodeChangedEvent

Class NodeChangedEvent

NODE_CHANGED

Hierarchy

Constructors

  • 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: number
newValue: any
oldValue: any
property: string
targetNodeID: number

The ID of the target Node.

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

Accessors

  • get changeList(): {
        [key: string]: any;
    }
  • Returns {
        [key: string]: any;
    }

    • [key: string]: any