Skip to main content

tables

ai-research-agent / editor/modules/tables

Functions

table()

function table(editor): object

Parameters

ParameterType

editor

Editor

Returns

object

NameType
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; }