TableEditor.getTableString method
TableEditor › getTableString
Unofficial
Get the markdown string for the cells within the given bounds.Signature:
getTableString(bounds: TableSelectionBounds): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| bounds | TableSelectionBounds | The selection bounds to serialize. |
Returns: string — The markdown table string.