Options
Menu

Interface IndexRange

A single range to be used with a RangeReference.

For example, in

 The quick brown fox jumped over the lazy dog

a selection of "fox jumped" would be represented with the range {start: 16, end: 26}

Hierarchy

  • IndexRange

Index

Properties

Properties

end

end: number

start

start: number