ReadonlyaddColumnAfter
addColumnAfter: Command
ReadonlyaddColumnBefore
addColumnBefore: Command
ReadonlyaddRowAfter
addRowAfter: Command
ReadonlyaddRowBefore
addRowBefore: Command
ReadonlyclearSizing
clearSizing: Command
ReadonlyconvertTableToText
convertTableToText: Command
ReadonlyconvertTextToTable
convertTextToTable: Command
ReadonlycsvAtSelection
csvAtSelection: (state: EditorState) => string | null
ReadonlydeleteColumn
deleteColumn: Command
ReadonlydeleteRow
deleteRow: Command
ReadonlydeleteTable
deleteTable: Command
ReadonlydistributeColumns
distributeColumns: Command
ReadonlyinsertTable
insertTable: (rows: number, cols: number) => Command
ReadonlyinsertTableFromCSV
insertTableFromCSV: (csv: string) => Command
ReadonlymergeCells
mergeCells: Command
ReadonlymoveColumnLeft
moveColumnLeft: Command
ReadonlymoveColumnRight
moveColumnRight: Command
ReadonlymoveRowDown
moveRowDown: Command
ReadonlymoveRowUp
moveRowUp: Command
ReadonlysetCellAlign
setCellAlign: (align: CellAlign | null) => Command
ReadonlysetCellBackground
setCellBackground: (color: string | null) => Command
ReadonlysetColumnWidth
setColumnWidth: (width: string | null) => Command
ReadonlysetRowHeight
setRowHeight: (height: string | null) => Command
ReadonlysetTableBorderColor
setTableBorderColor: (color: string | null) => Command
ReadonlysetTableWidth
setTableWidth: (width: string | null) => Command
ReadonlysortAscending
sortAscending: Command
ReadonlysortDescending
sortDescending: Command
ReadonlysplitCell
splitCell: Command
ReadonlyswapCellDown
swapCellDown: Command
ReadonlyswapCellLeft
swapCellLeft: Command
ReadonlyswapCellRight
swapCellRight: Command
ReadonlyswapCellUp
swapCellUp: Command
The command bundle
@trevixal/ui'screateEditorUIexpects, so the UI package can drive tables without importing this one: