Tree TypeAlias
Node for the Tree schema exposing the Members API.
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
type Tree = Members & TreeNode & WithType<"com.fluidframework.text.Text">;
Remarks
Create using fromString(value).