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-public-latest';

Signature:

export interface LezerTreeRange

Properties

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

Links to this page: