This page is available as Markdown at /api/editor/type-aliases/registeredpositional.md.
For the full documentation index, see /llms.txt, or
the complete corpus at /llms-full.txt.
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.