Skip to main content

TreeLeafValue TypeAlias

Value that may be stored as a leaf node.

Signature

export type TreeLeafValue = number | string | boolean | IFluidHandle | null;

Remarks

Some limitations apply, see the documentation for number and string for those restrictions.