Home > @microsoft/api-extractor-model > IExcerptTokenRange
IExcerptTokenRange interface
Used by Excerpt to indicate a range of indexes within an array of ExcerptToken
objects.
Signature:
export interface IExcerptTokenRange
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
endIndex | number | The index of the last member of the span, plus one. | |
startIndex | number | The starting index of the span. |