Skip to content

LezerTreeRange

Unofficial

A range within a Lezer tree defined by start and end positions.

Import:

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

Signature:

export interface LezerTreeRange

Properties

PropertyTypeDescription
fromnumberThe start position.
tonumberThe end position.

Links to this page: