Optional Readonlyadd Column After
addColumnAfter ?: Command
Defined in editor-ui.ts:42
Optional Readonlyadd Column Before
addColumnBefore ?: Command
Defined in editor-ui.ts:41
Optional Readonlyadd Row After
addRowAfter ?: Command
Defined in editor-ui.ts:39
Optional Readonlyadd Row Before
addRowBefore ?: Command
Defined in editor-ui.ts:38
Optional Readonlyclear Sizing
clearSizing ?: Command
Defined in editor-ui.ts:62
Optional Readonlyconvert Table To Text
convertTableToText ?: Command
Defined in editor-ui.ts:57
Optional Readonlyconvert Text To Table
convertTextToTable ?: Command
Defined in editor-ui.ts:56
Optional Readonlycsv At Selection
csvAtSelection ?: ( state : EditorState ) => string | null
Defined in editor-ui.ts:60
Optional Readonlydelete Column
deleteColumn ?: Command
Defined in editor-ui.ts:43
Optional Readonlydelete Row
deleteRow ?: Command
Defined in editor-ui.ts:40
Optional Readonlydelete Table
deleteTable ?: Command
Defined in editor-ui.ts:47
Optional Readonlydistribute Columns
distributeColumns ?: Command
Defined in editor-ui.ts:61
Readonlyinsert Table
insertTable : ( rows : number , cols : number ) => Command
Defined in editor-ui.ts:37
Optional Readonlyinsert Table From CSV
insertTableFromCSV ?: ( csv : string ) => Command
Defined in editor-ui.ts:58
Optional Readonlymerge Cells
mergeCells ?: Command
Defined in editor-ui.ts:44
Optional Readonlyset Cell Align
setCellAlign ?: ( align : "right" | "center" | "left" | null ) => Command
Defined in editor-ui.ts:50
Optional Readonlyset Cell Background
setCellBackground ?: ( color : string | null ) => Command
Defined in editor-ui.ts:51
Optional Readonlyset Table Border Color
setTableBorderColor ?: ( color : string | null ) => Command
Defined in editor-ui.ts:53
Optional Readonlyset Table Borders
setTableBorders ?: ( borders : "none" | "all" | "outer" | "horizontal" | null , ) => Command
Defined in editor-ui.ts:52
Optional Readonlysort Ascending
sortAscending ?: Command
Defined in editor-ui.ts:54
Optional Readonlysort Descending
sortDescending ?: Command
Defined in editor-ui.ts:55
Optional Readonlysplit Cell
splitCell ?: Command
Defined in editor-ui.ts:45
toggleHeaderRow ?: Command
Defined in editor-ui.ts:46
Table commands the UI drives, supplied by the host so
@trevixal/uidoes not depend on@trevixal/extension-table. PasstableUICommands()from that package, or your own equivalents.