ParentData Interface
Information about a ForestNode's parent
Signature
export interface ParentData
Properties
Property | Type | Description |
---|---|---|
parentId | NodeId | |
traitParent | TraitLabel |
Property Details
parentId
Signature
readonly parentId: NodeId;
Type: NodeId
traitParent
Signature
readonly traitParent: TraitLabel;
Type: TraitLabel