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

# RegisteredSpan

> **RegisteredSpan** = `object`

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

Public view of a registered span, surfaced inside a containing
[RegisteredContainer](/api/editor/type-aliases/registeredcontainer/)'s `of` array as a positional
registration. The render function is engine-internal.

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

## Properties

### kind

> **kind**: `"span"`

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

***

### type

> **type**: `string`

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