NodeAddedEvent¶
Class NodeAddedEvent
Hierarchy (View Summary)
- WebVisEvent- NodeAddedEvent
 
Optionalcontent
contentType?: string
The content type of the target node.
data
dataUri: string
The data URI of the target node.
id
id: number
The unique ID of the event.
label
label: string
The label of the target node.
node
The type of the target node.
parent
parentNodeID: number
The ID of the parent node.
Optionalproperties
properties?: { [key: string]: any }
A map of all properties on the node.
Optionalsub
subType?: string
The subtype of the target node.
target
targetNodeDepth: number
The depth of the target 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.
Optionalusage
The usage of the target node.
This event occurs if a node has been added.
The event will only be triggered if the listener is registered on a parent node of the added node. For more information, see EventAPI.registerListener.
See