Selection$Typings extension

on

Properties

active Position
The position of the cursor. This position might be before or after {@link Selection.anchor anchor}.
getter/setter pair
anchor Position
The position at which the selection starts. This position might be before or after {@link Selection.active active}.
getter/setter pair
isReversed bool
A selection is reversed if its {@link Selection.anchor anchor} is the {@link Selection.end end} position.
getter/setter pair