setStartAfter method

void setStartAfter(
  1. Node node
)

The Range.setStartAfter() method sets the start position of a Range relative to a Node. The parent Node of the start of the Range will be the same as that for the referenceNode.

Implementation

external void setStartAfter(Node node);