MarkdownBaseView.editTableCell method
MarkdownBaseView › editTableCell
Unofficial
Edit a specified table cell, creating a table cell editor.Signature:
editTableCell(cell: TableEditor, newCell: TableCell): TableCellEditorParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableEditor | Table editor owning the cell. |
| newCell | TableCell | Table cell to edit. |
Returns: TableCellEditor — The created table cell editor.