Skip to content

EditorViewRange

Unofficial

A range defined by from and to positions.

Import:

import type { EditorViewRange } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface EditorViewRange

Properties

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