Skip to content
This page is available as Markdown at /api/editor/interfaces/blockdecoratorrenderprops.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

BlockDecoratorRenderProps

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

children: ReactElement<any>

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


editorElementRef: RefObject<HTMLElement | null>

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


focused: boolean

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


path: Path

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


schemaType: DecoratorSchemaType

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


selected: boolean

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


value: string

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