NodeAddedEvent¶
Class NodeAddedEvent
Hierarchy (View Summary)
- WebVisEvent
- NodeAddedEvent
Properties
Optionalcontent Type
contentType?: string
The content type of the target node.
data Uri
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 Type
The type of the target node.
parent NodeID
parentNodeID: number
The ID of the parent node.
Optionalproperties
properties?: { [key: string]: any }
A map of all properties on the node.
Optionalsub Type
subType?: string
The sub type of the target node.
target Node Depth
targetNodeDepth: number
The depth of the target node.
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.
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