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

# BlockRenderProps

Defined in: packages/editor/src/types/editor.ts:174

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

## Properties

### children

> **children**: `ReactElement`\<`any`\>

Defined in: packages/editor/src/types/editor.ts:175

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

***

### editorElementRef

> **editorElementRef**: `RefObject`\<`HTMLElement` \| `null`\>

Defined in: packages/editor/src/types/editor.ts:176

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

***

### focused

> **focused**: `boolean`

Defined in: packages/editor/src/types/editor.ts:177

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

***

### level?

> `optional` **level**: `number`

Defined in: packages/editor/src/types/editor.ts:178

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

***

### listItem?

> `optional` **listItem**: `string`

Defined in: packages/editor/src/types/editor.ts:179

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

***

### path

> **path**: [`Path`](/api/editor/type-aliases/path/)

Defined in: packages/editor/src/types/editor.ts:180

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

***

### schemaType

> **schemaType**: [`BlockObjectSchemaType`](/api/editor/type-aliases/blockobjectschematype/)

Defined in: packages/editor/src/types/editor.ts:183

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

***

### selected

> **selected**: `boolean`

Defined in: packages/editor/src/types/editor.ts:181

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

***

### style?

> `optional` **style**: `string`

Defined in: packages/editor/src/types/editor.ts:182

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

***

### value

> **value**: [`PortableTextBlock`](/api/editor/type-aliases/portabletextblock/)

Defined in: packages/editor/src/types/editor.ts:184

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