NodeChangedEvent

This event occurs if a node's Property has been changed.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

newValue: any

The new value of the property.

oldValue: any

The old value of the property.

property: string

The property which has been changed.

sourceNodeID: number

The ID of the source node.

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.

Accessors

  • get changeList(): { [key: string]: any }
  • Returns a map of all changes.

    Returns { [key: string]: any }

    The map of all changes. The key is a Property and the value is the new value.


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: