Skip to main content

Interface: EditorComponentProps

Properties

EditorChildrenComponent

EditorChildrenComponent: EditorChildrenComponentType

The EditorChildrenComponent from the config

Defined in

types.ts:24


ErrorBoundary

ErrorBoundary: ErrorBoundaryType

ErrorBoundary from the config

Defined in

types.ts:36


children?

optional children: ReactNode

The children to pass to EditorChildrenComponent

Defined in

types.ts:28


contentEditable

contentEditable: null | Element

contentEditable from the config

Defined in

types.ts:32