cursorLocations property

Set<int> cursorLocations
final

Cursor positions (offsets within value) after insertion.

The first element sets the primary cursor; additional elements create secondary (multi) cursors via CodeForgeController.addMultiCursor.

Implementation

final Set<int> cursorLocations;