TableEditor.addNewLine method
TableEditor › addNewLine
Unofficial
Add a new line before or after the table.Signature:
addNewLine(placement: CursorPlacement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| placement | CursorPlacement | Whether to add the line before or after. |
Returns: void