Skip to content

ParseContextRange

Unofficial

A range with start and end positions.

Import:

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

Signature:

export interface ParseContextRange

Properties

PropertyTypeDescription
fromnumberThe start position.
tonumberThe end position.

Links to this page: