Skip to content

TableCell.handleMobileCaretDrag method

TableCell › handleMobileCaretDrag

Unofficial

Handle a mobile caret drag interaction for this cell.

Signature:

handleMobileCaretDrag(view: EditorView, pointerId: number): void

Parameters:

ParameterTypeDescription
viewEditorViewThe CodeMirror editor view.
pointerIdnumberThe pointer event identifier.

Returns: void