FactoryContent TypeAlias
Content which can be used to build a node.
This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.
For more information about our API support guarantees, see here.
Signature
export type FactoryContent = IFluidHandle | string | number | boolean | null | Iterable<readonly [string, InsertableContent]> | readonly InsertableContent[] | FactoryContentObject;
Remarks
Can contain unhydrated nodes, but can not be an unhydrated node at the root.