Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetEmptyCellNodeOptions

Hierarchy

Index

Properties

Optional disableExpandOnInsert

disableExpandOnInsert: boolean

Disable expanding the table when inserting cells.

Optional header

header: boolean

Header cell

Optional insertColumn

insertColumn: (editor: PlateEditor<Value>, options: { fromCell: Path }) => void
default

insertTableColumn

Type declaration

Optional insertRow

insertRow: (editor: PlateEditor<Value>, options: { fromRow: Path }) => void
default

insertTableRow

Type declaration

Optional newCellChildren

newCellChildren: TDescendant[]
default

empty paragraph

Generated using TypeDoc