Skip to content

EditorRange

Official

Represents a range in the editor

Import:

import type { EditorRange } from 'obsidian';

Signature:

export interface EditorRange

Properties

PropertyTypeDescription
fromEditorPositionThe start position.
toEditorPositionThe end position.

Links to this page: