TerminalVirtualRange
interface exported by @mwillbanks/tuil-virtual.
interface
Public interface exported by @mwillbanks/tuil-virtual.
export interface TerminalVirtualRange {
readonly offset: number;
readonly startIndex: number;
readonly endIndex: number;
readonly indexes: readonly number[];
readonly before: number;
readonly after: number;
readonly totalSize: number;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
offset | number | Yes | The offset member uses the number contract. | — |
startIndex | number | Yes | The startIndex member uses the number contract. | — |
endIndex | number | Yes | The endIndex member uses the number contract. | — |
indexes | readonly number[] | Yes | The indexes member uses the readonly number[] contract. | — |
before | number | Yes | The before member uses the number contract. | — |
after | number | Yes | The after member uses the number contract. | — |
totalSize | number | Yes | The totalSize member uses the number contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference