Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WithPlateOptions<V, E>

Type parameters

Hierarchy

  • Pick<PlateProps<V, E>, "id" | "disableCorePlugins" | "plugins">
    • WithPlateOptions

Index

Properties

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 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 plugins

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

Generated using TypeDoc