Skip to content

ParseContextRange

Unofficial

A range with start and end positions.

Import:

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

Signature:

export interface ParseContextRange

Properties

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

Links to this page: