TraitMap Interface
Json compatible map as object. Keys are TraitLabels, Values are the content of the trait specified by the key.
Signature
export interface TraitMap<TChild>
Type Parameters
Parameter | Description |
---|---|
TChild |
Index Signatures
IndexSignature | Description |
---|---|
readonly [key: string]: TreeNodeSequence<TChild> |
Index Signature Details
readonly [key: string]: TreeNodeSequence<TChild>
Signature
readonly [key: string]: TreeNodeSequence<TChild>;