Selection: collapseToEnd()-Methode
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.
Die Selection.collapseToEnd()
-Methode klappt die Auswahl bis zum Ende
des letzten Bereichs in der Selektion zusammen. Wenn der Inhalt der Auswahl fokussiert und bearbeitbar ist, wird dort der Kursor blinken.
Syntax
js
collapseToEnd()
Parameter
Keine.
Rückgabewert
Keine (undefined
).
Spezifikationen
Specification |
---|
Selection API # dom-selection-collapsetoend |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
Selection
, das Interface, zu dem es gehört.