setPosition

fun setPosition(node: Node?, offset: Int = definedExternally)(source)

The Selection.setPosition() method collapses the current selection to a single point. The document is not modified. If the content is focused and editable, the caret will blink there.

MDN Reference