Skip to main content
Version: v1

ForestNode Interface

A node that can be contained within a Forest

Signature

export interface ForestNode extends NodeData<NodeId>

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[]>