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.

    • changeList: { [key: string]: any }

      A list of all changes.

      • [key: string]: any
    • Optional transactionID: number

      The transaction ID of the event

    Returns NodeChangedEvent

Properties

changeList: { [key: string]: any }

Type declaration

  • [key: string]: any
id: number
targetNodeID: number
transactionCode?: string
transactionID?: number
type?: EventType