CustomNodeAddedEvent#
Class CustomNodeAddedEvent
Hierarchy
- WebVisEvent
- CustomNodeAddedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Custom Node Added Event(targetNodeID: number, customType: string, attachmentID: number): CustomNodeAddedEvent -
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
attachmentID: number
custom Type
custom Type: string
id
id: number
target NodeID
target NodeID: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
CUSTOM_NODE_ADDED