NodeAddedEvent¶
Class NodeAddedEvent
Hierarchy (View Summary)
- WebVisEvent
- NodeAddedEvent
Properties
Optional
content 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.
Optional
properties
properties?: { [key: string]: any }
A map of all properties on the node.
Optional
sub 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.
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.
Optional
usage
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