CustomNodeAddedEvent

Class CustomNodeAddedEvent

CUSTOM_NODE_ADDED

Hierarchy

Constructors

  • The CUSTOM_NODE_ADDED event occurs if a custom Node has been added.

    Parameters

    • targetNodeID: number

      The ID of the target Node.

    • customType: string

      The custom type of the target Node.

    • attachmentID: number

      The ID of the attachment.

    Returns CustomNodeAddedEvent

Properties

attachmentID: number
customType: string
id: number
targetNodeID: number
transactionCode?: string
transactionID?: number
type?: EventType