Skip to content

EditorRangeEx

Unofficial

An extended editor range with nullable start and end positions.

Import:

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

Signature:

export interface EditorRangeEx

Properties

PropertyTypeDescription
fromEditorPosition | nullStart position of the range, or null if unset.
toEditorPosition | nullEnd position of the range, or null if unset.

Links to this page: