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

# RegisteredBlockObject

> **RegisteredBlockObject** = `object`

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

Public view of a registered block 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**: `"blockObject"`

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

***

### type

> **type**: `string`

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