Home > @microsoft/api-extractor-model > IExcerptTokenRange > endIndex
IExcerptTokenRange.endIndex property
The index of the last member of the span, plus one.
Signature:
endIndex: number;
Remarks
If startIndex
and endIndex
are the same number, then the span is empty.