Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TablePlugin<V>

Type parameters

Hierarchy

Index

Properties

Optional disableExpandOnInsert

disableExpandOnInsert: boolean

Disable expanding the table when inserting cells.

Optional insertColumn

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

insertTableColumn

Type declaration

    • (editor: PlateEditor<V>, options: { fromCell: Path }): void
    • Parameters

      • editor: PlateEditor<V>
      • options: { fromCell: Path }
        • fromCell: Path

      Returns void

Optional insertRow

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

insertTableRow

Type declaration

    • (editor: PlateEditor<V>, options: { fromRow: Path }): void
    • Parameters

      • editor: PlateEditor<V>
      • options: { fromRow: Path }
        • fromRow: Path

      Returns void

Optional newCellChildren

newCellChildren: TDescendant[]
default

empty paragraph

Generated using TypeDoc