FactoryContentObject TypeAlias
Record-like object which can be used to build some kinds of nodes.
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 FactoryContentObject = {
readonly [P in string]?: InsertableContent;
};
Remarks
Can contain unhydrated nodes, but can not be an unhydrated node at the root.
Supports object and map nodes.