modify method

void modify([
  1. String alter,
  2. String direction,
  3. String granularity
])

The Selection.modify() method applies a change to the current selection or cursor position, using simple textual commands.

Implementation

external void modify([
  String alter,
  String direction,
  String granularity,
]);