Skip to content

MarkdownBaseView.destroyTableCell method

MarkdownBaseView › destroyTableCell

Unofficial

Removes specified tablecell.

Signature:

destroyTableCell(cell?: TableCellEditor | undefined): void

Parameters:

ParameterTypeDescription
cell?TableCellEditor | undefinedTable cell editor to destroy.

Returns: void