CustomNodeAddedEvent¶
Class CustomNodeAddedEvent
Hierarchy (View Summary)
- WebVisEvent
- CustomNodeAddedEvent
Index
Constructors
Properties
Constructors
constructor
- new CustomNodeAddedEvent(
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
- targetNodeID: number
Properties
attachmentID
attachmentID: number
The ID of the attachment.
custom Type
customType: string
The custom type of the target Node.
id
id: number
The unique ID of the event.
target NodeID
targetNodeID: number
The ID of the target Node.
Optionaltransaction Code
transactionCode?: string
The transaction code associated with the event.
OptionaltransactionID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
CUSTOM_NODE_ADDED