Skip to content

EditorRange

Official

Represents a range in the editor

Import:

import type { EditorRange } from 'obsidian';

Signature:

export interface EditorRange

Properties

Property Type Description
from EditorPosition The start position.
to EditorPosition The end position.

Links to this page: