TableEditor.placeCursorAround method
TableEditor › placeCursorAround
Unofficial
Place the cursor on the line before or after the table, inserting one if needed.Signature:
placeCursorAround(placement: CursorPlacement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| placement | CursorPlacement | Whether to place the cursor before or after. |
Returns: void