Skip to content

MarkdownBaseView.destroyTableCell method

MarkdownBaseView › destroyTableCell

Unofficial

Removes specified tablecell.

Signature:

destroyTableCell(cell?: TableCellEditor | undefined): void

Parameters:

Parameter Type Description
cell? TableCellEditor | undefined Table cell editor to destroy.

Returns: void