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

Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: