Skip to content

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): void

Parameters:

ParameterTypeDescription
placementCursorPlacementWhether to place the cursor before or after.

Returns: void