Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectComponentProps<V>

Type parameters

Hierarchy

Index

Properties

attributes

attributes: { data-slate-inline?: true; data-slate-node: "element"; data-slate-void?: true; dir?: "rtl"; ref: any }

Type declaration

  • Optional data-slate-inline?: true
  • data-slate-node: "element"
  • Optional data-slate-void?: true
  • Optional dir?: "rtl"
  • ref: any

children

children: any

Optional className

className: string

editor

editor: PlateEditor<V>

element

element: ElementOf<TEditor<V>>

key

key: string

Optional nodeProps

nodeProps: AnyObject
see

{@link NodeProps}

Generated using TypeDoc