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

# RegisteredInlineObject

> **RegisteredInlineObject** = `object`

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

Public view of a registered inline object, 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**: `"inlineObject"`

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

***

### type

> **type**: `string`

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