NodeAddedEvent#

Class NodeAddedEvent

NODE_ADDED

Hierarchy

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.

    • Optional properties: { [key: string]: any }

      A map of all properties on the Node.

      • [key: string]: any
    • Optional usage: UsageString

      The usage of the target Node.

    • Optional subType: string
    • Optional contentType: string

    Returns NodeAddedEvent

Properties

contentType?: string
dataUri: string
id: number
label: string
nodeType: NodeType
parentNodeID: number
properties?: { [key: string]: any }

Type declaration

  • [key: string]: any
subType?: string
targetNodeDepth: number
targetNodeID: number
transactionCode?: string
transactionID?: number
type?: EventType
usage?: UsageString

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: