collapseToStart method

void collapseToStart()

The Selection.collapseToStart() method collapses the selection to the start of the first range in the selection. If the content of the selection is focused and editable, the caret will blink there.

Implementation

external void collapseToStart();