NodeAddedEvent

NODE_ADDED

Hierarchy (View Summary)

Constructors

  • The NODE_ADDED event occurs if a Node has been added.

    Parameters

    • targetNodeID: number

      The ID of the target Node.

    • parentNodeID: number

      The ID of the parent Node.

    • nodeType: NodeType
    • dataUri: string

      The data URI of the target Node.

    • targetNodeDepth: number

      The depth of the target Node.

    • label: string

      The label of the target Node.

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

      A map of all properties on the Node.

    • Optionalusage: UsageString

      The usage of the target Node.

    • OptionalsubType: string
    • OptionalcontentType: string

    Returns NodeAddedEvent

Properties

contentType?: string
dataUri: string

The data URI of the target Node.

id: number
label: string

The label of the target Node.

nodeType: NodeType
parentNodeID: number

The ID of the parent Node.

properties?: { [key: string]: any }

A map of all properties on the Node.

subType?: string
targetNodeDepth: number

The depth of the target Node.

targetNodeID: number

The ID of the target Node.

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

The usage of the target Node.


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: