EditorRange
Official
Represents a range in the editor
Import:
import type { EditorRange } from 'obsidian';Signature:
export interface EditorRangeProperties
| Property | Type | Description | |
|---|---|---|---|
| from | EditorPosition | The start position. | |
| to | EditorPosition | The end position. |
Links to this page: