> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# RegisteredPositional

> **RegisteredPositional** = [`RegisteredSpan`](/api/editor/type-aliases/registeredspan/) \| [`RegisteredBlockObject`](/api/editor/type-aliases/registeredblockobject/) \| [`RegisteredInlineObject`](/api/editor/type-aliases/registeredinlineobject/)

Defined in: packages/editor/src/schema/container-types.ts:89

Union of non-container positional registrations that may appear in
a [RegisteredContainer](/api/editor/type-aliases/registeredcontainer/)'s `of` array. Text-block registrations
are NOT included here; they surface on `EditorContext.textBlocks`,
not on the containers tree.

:::caution[Alpha]
This API should not be used in production and may be trimmed from a public release.
:::