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.
Slate editor reference.
If true, plate will create the editor with withPlate
.
If false, plate will remove the editor from the store.
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.
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
before theEditable
component.