ForestNode Interface
A node that can be contained within a Forest
Signature
export interface ForestNode extends NodeData<NodeId>
Properties
Property | Type | Description |
---|---|---|
traits | ReadonlyMap<TraitLabel, readonly NodeId[]> |
Property Details
traits
Signature
readonly traits: ReadonlyMap<TraitLabel, readonly NodeId[]>;
Type: ReadonlyMap<TraitLabel, readonly NodeId[]>