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 number and string for those restrictions.