Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreatePlateEditorOptions<V, E>

Type parameters

Hierarchy

Index

Properties

Optional components

components: Record<string, PlatePluginComponent<any>>

Optional disableCorePlugins

disableCorePlugins: boolean | { deserializeAst?: boolean; deserializeHtml?: boolean; eventEditor?: boolean; history?: boolean; inlineVoid?: boolean; insertData?: boolean; react?: boolean }

If true, disable all the core plugins. If an object, disable the core plugin properties that are true in the object.

Optional editor

editor: E

Optional id

id: string

A unique id used to store the editor state by id. Required if rendering multiple Plate. Optional otherwise. Default is 'main'.

Optional normalizeInitialValue

normalizeInitialValue: boolean

Optional overrideByKey

overrideByKey: OverrideByKey<V, PlateEditor<V>>

Optional plugins

plugins: PlatePlugin<AnyObject, V, PlateEditor<V>>[]

Generated using TypeDoc