API Documentationfluid-frameworkTreeLeafValueOn this pageTreeLeafValue TypeAliasValue 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 schemaStatics.number and schemaStatics.string for those restrictions.