Contains the start position and the length of a selection.

Syntax

{
   start: <number>,
   length: <number>
}

Introduced: X14.

Properties

Property Description
length The length of the selection in characters.
start The 0-based start character position of the selection.