NodeAddedEvent¶
Class NodeAddedEvent
Hierarchy (View Summary)
- WebVisEvent
- NodeAddedEvent
Index
Constructors
Properties
Constructors
constructor
- new NodeAddedEvent(
targetNodeID: number,
parentNodeID: number,
nodeType: NodeType,
dataUri: string,
targetNodeDepth: number,
label: string,
properties?: { [key: string]: any },
usage?: UsageString,
subType?: string,
contentType?: string,
): NodeAddedEvent The NODE_ADDED event occurs if a Node has been added.
Parameters
- targetNodeID: number
The ID of the target Node.
- parentNodeID: number
The ID of the parent Node.
- nodeType: NodeType
- dataUri: string
The data URI of the target Node.
- targetNodeDepth: number
The depth of the target Node.
- label: string
The label of the target Node.
Optionalproperties: { [key: string]: any }A map of all properties on the Node.
Optionalusage: UsageStringThe usage of the target Node.
OptionalsubType: stringOptionalcontentType: string
Returns NodeAddedEvent
- targetNodeID: number
Properties
Optionalcontent Type
contentType?: string
data Uri
dataUri: string
The data URI of the target Node.
id
id: number
label
label: string
The label of the target Node.
node Type
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
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
OptionaltransactionID
transactionID?: number
Optionaltype
Optionalusage
The usage of the target Node.
NODE_ADDED