DGMEditor
The editor component with DGMTextInplaceEditor
and DGMFloatingToolbarHolder
.
Properties
Provides all properties of DGMEditorCore
with following additional properties:
Prop | Type | Default |
---|---|---|
textInplaceEditorToolbar | React.ReactNode | |
floatingToolbar | React.ReactNode | |
floatingToolbarDistance | number | |
onTextInplaceEditorMount | (tiptapEditor : TiptapEditor ) => void | |
onTextInplaceEditorOpen | (shape : Box ) => void | |
onFloatingToolbarMove | (onBelow : boolean ) => void |