NodeRemovedEvent¶
Class NodeRemovedEvent
Hierarchy (View Summary)
- WebVisEvent
- NodeRemovedEvent
Index
Properties
id
id: number
The unique ID of the event.
parent NodeID
parentNodeID: number
The ID of the parent node.
target NodeID
targetNodeID: number
The ID of the target node.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
The NODE_REMOVED event occurs if a node has been removed.
See