Skip to content

TableEditor.getTableString method

TableEditor › getTableString

Unofficial

Get the markdown string for the cells within the given bounds.

Signature:

getTableString(bounds: TableSelectionBounds): string

Parameters:

ParameterTypeDescription
boundsTableSelectionBoundsThe selection bounds to serialize.

Returns: stringThe markdown table string.