docs/api/core/plate-editor.mdx
A custom editor interface that extends the base Editor interface and includes additional properties and methods specific to the Plate library.
- **Default:** `false`
</APISubListItem>
<APISubListItem parent="meta" name="isNormalizing" type="boolean">
Whether the editor is currently normalizing nodes.
- **Default:** `false`
</APISubListItem>
<APISubListItem parent="meta" name="key" type="any">
A key that can be used to uniquely identify the editor.
</APISubListItem>
<APISubListItem parent="meta" name="pluginList" type="AnyEditorPlatePlugin[]">
An array of plugins that are currently being used by the editor.
</APISubListItem>
<APISubListItem parent="meta" name="shortcuts" type="Record<string, any>">
Editor shortcuts configuration indexed by shortcut names.
</APISubListItem>
<APISubListItem parent="meta" name="uid" type="any">
A stable unique identifier that remains consistent from RSC to client hydration.
</APISubListItem>
</APISubList>
DebugPluginHtmlPluginReactPluginSlateReactExtensionPlugin