Type Editor / @type-editor/search / types/DocumentRange / DocumentRange
Interface: DocumentRange
Defined in: types/DocumentRange.ts:4
Represents a range in the document.
Properties
| Property | Type | Defined in |
|---|---|---|
from | number | types/DocumentRange.ts:5 |
to | number | types/DocumentRange.ts:6 |