Skip to content

BlockAnnotationRenderProps

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

Properties

block

block: PortableTextBlock

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


children

children: ReactElement<any>

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


editorElementRef

editorElementRef: RefObject<null | HTMLElement>

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


focused

focused: boolean

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


path

path: Path

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


schemaType

schemaType: ObjectSchemaType

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


selected

selected: boolean

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


type

type: ObjectSchemaType

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


value

value: PortableTextObject

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