NodeRemovedEvent¶
Class NodeRemovedEvent
Hierarchy (View Summary)
- WebVisEvent- NodeRemovedEvent
 
id
id: number
The unique ID of the event.
parent
parentNodeID: number
The ID of the parent node.
target
targetNodeID: number
The ID of the target node.
Optionaltransaction
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.
The NODE_REMOVED event occurs if a node has been removed.
See