If true
, disable all the core plugins.
If an object, disable the core plugin properties that are true
in the object.
The props for the Editable
component.
Ref to the Editable
component.
Slate editor reference.
If true, plate will create the editor with withPlate
.
If false, plate will remove the editor from the store.
The first children rendered inside Slate
, before Editable
.
Slate DOM is not yet resolvable on first render, for that case use children
instead.
A unique id used to store the editor state by id.
Required if rendering multiple Plate
. Optional otherwise.
Default is 'main'
.
Initial value of the editor.
Whether Editable
is rendered so slate DOM is resolvable.
When true
, it will normalize the initial value passed to the editor
once it gets created.
This is useful when adding normalization rules on already existing content.
Controlled callback called when the editor state changes.
Custom Editable
node.
Value of the editor.
Generated using TypeDoc
The children rendered inside
Slate
, afterEditable
.