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

# BlockAnnotationRenderProps

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

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

## Properties

### block

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

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

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

***

### children

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

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

:::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:203

:::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:204

:::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:205

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

***

### schemaType

> **schemaType**: [`AnnotationSchemaType`](/api/editor/type-aliases/annotationschematype/)

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

:::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:207

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

***

### value

> **value**: [`PortableTextObject`](/api/editor/interfaces/portabletextobject/)

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

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