CustomNodeAddedEvent#
Class CustomNodeAddedEvent
Hierarchy
- WebVisEvent
- CustomNodeAddedEvent
 
Constructors
Properties
Constructors
constructor
- new Custom Node Added Event(targetNodeID, customType, attachmentID): CustomNodeAddedEvent 
- 
The CUSTOM_NODE_ADDED event occurs if a custom Node has been added. Parameters- 
targetNodeID: numberThe ID of the target Node. 
- 
customType: stringThe custom type of the target Node. 
- 
attachmentID: numberThe ID of the attachment. 
 Returns CustomNodeAddedEvent
- 
Properties
attachmentID
attachmentID: number
The ID of the attachment.
custom
custom
The custom type of the target Node.
id
id: number
target
target
The ID of the target Node.
Optional transaction
transaction
Optional transactionID
transactionID?: number
CUSTOM_NODE_ADDED