Selection: collapseToEnd() method
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The Selection.collapseToEnd()
method collapses the selection to the end of the last range in the selection. If the content of the selection is focused and editable, the caret will blink there.
Syntax
js
collapseToEnd()
Parameters
None.
Return value
None (undefined
).
Specifications
Specification |
---|
Selection API> # dom-selection-collapsetoend> |
Browser compatibility
Loading…
See also
Selection
, the interface it belongs to.