Skip to content

EditorViewRange

Unofficial

A range defined by from and to positions.

Import:

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

Signature:

export interface EditorViewRange

Properties

PropertyTypeDescription
fromnumberThe start position.
tonumberThe end position.