TraitLocationInternal Interface
Specifies the location of a trait (a labeled sequence of nodes) within the tree.
Signature
export interface TraitLocationInternal extends Omit<TraitLocationInternal_0_0_2, 'parent'>
Extends: Omit<TraitLocationInternal_0_0_2
Properties
Property | Type | Description |
---|---|---|
parent | NodeId |
Property Details
parent
Signature
readonly parent: NodeId;
Type: NodeId