TraitLocation Interface
Specifies the location of a trait (a labeled sequence of nodes) within the tree.
Signature
export interface TraitLocation
Properties
Property | Type | Description |
---|---|---|
label | TraitLabel | |
parent | NodeId |
Property Details
label
Signature
readonly label: TraitLabel;
Type: TraitLabel
parent
Signature
readonly parent: NodeId;
Type: NodeId