Skip to content

BlockRenderProps

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

Properties

children

children: ReactElement<any>

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


editorElementRef

editorElementRef: RefObject<null | HTMLElement>

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


focused

focused: boolean

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


level?

optional level: number

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


listItem?

optional listItem: string

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


path

path: BlockPath

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


schemaType

schemaType: ObjectSchemaType

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


selected

selected: boolean

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


style?

optional style: string

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


type

type: ObjectSchemaType

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


value

value: PortableTextBlock

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