Plate Editor
API reference for Plate editor.
A custom editor interface that extends the base Editor
interface and includes additional properties and methods specific to the Plate library.
Core Properties
- Default:
false
A unique identifier for the editor.
A key that can be used to uniquely identify the editor.
The current keyboard event being processed by the editor, or null if no event is being processed.
Whether the editor is a fallback editor.
The previous selection range in the editor.
An array of plugins that are currently being used by the editor.
A record of plugins indexed by their keys.
API Methods
Option Methods
Hook Methods
Plate Store Methods
Core Plugin APIs
DebugPlugin
HtmlPlugin
ReactPlugin
SlateReactExtensionPlugin
Replace the editor value. See Controlled Value for more information.