Skip to content

EditorRangeEx

Unofficial

An extended editor range with nullable start and end positions.

Import:

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

Signature:

export interface EditorRangeEx

Properties

Property Type Description
from EditorPosition | null Start position of the range, or null if unset.
to EditorPosition | null End position of the range, or null if unset.

Links to this page: