Skip to main content

InsertableContent TypeAlias

Content which can be inserted into a tree.

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 InsertableContent = Unhydrated<TreeNode> | FactoryContent;