Skip to content

MarkdownBaseView.editTableCell method

MarkdownBaseView › editTableCell

Unofficial

Edit a specified table cell, creating a table cell editor.

Signature:

editTableCell(cell: TableEditor, newCell: TableCell): TableCellEditor

Parameters:

Parameter Type Description
cell TableEditor Table editor owning the cell.
newCell TableCell Table cell to edit.

Returns: TableCellEditorThe created table cell editor.