collapse method

void collapse([
  1. bool toStart
])

The Range.collapse() method collapses the Range to one of its boundary points.

A collapsed Range is empty, containing no content, specifying a single-point in a DOM tree. To determine if a Range is already collapsed, see the Range.collapsed property.

Implementation

external void collapse([bool toStart]);