Skip to content

TableEditor.addNewLine method

TableEditor › addNewLine

Unofficial

Add a new line before or after the table.

Signature:

addNewLine(placement: CursorPlacement): void

Parameters:

ParameterTypeDescription
placementCursorPlacementWhether to add the line before or after.

Returns: void