tables
ai-research-agent / editor/modules/tables
Functions
table()
function table(editor): object
Parameters
Parameter | Type |
---|---|
|
Returns
object
Name | Type |
---|---|
commands | { addColumn : (direction ) => void ; addColumnLeft : () => void ; addColumnRight : () => void ; addRow : (direction ) => void ; addRowAbove : () => void ; addRowBelow : () => void ; deleteColumn : () => void ; deleteRow : () => void ; deleteTable : () => void ; insertTable : (rows , columns ) => void ; } |