Selection$Typings extension

on

Properties

active Position

Available on Selection, provided by the Selection$Typings extension

The position of the cursor. This position might be before or after {@link Selection.anchor anchor}.
getter/setter pair
anchor Position

Available on Selection, provided by the Selection$Typings extension

The position at which the selection starts. This position might be before or after {@link Selection.active active}.
getter/setter pair
isReversed bool

Available on Selection, provided by the Selection$Typings extension

A selection is reversed if its {@link Selection.anchor anchor} is the {@link Selection.end end} position.
getter/setter pair