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