RegisteredPositional
RegisteredPositional =
RegisteredSpan|RegisteredBlockObject|RegisteredInlineObject
Defined in: packages/editor/src/schema/container-types.ts:89
Union of non-container positional registrations that may appear in
a RegisteredContainer’s of array. Text-block registrations
are NOT included here; they surface on EditorContext.textBlocks,
not on the containers tree.