Skip to content

MountedLezerTree

Unofficial

Represents a tree mounted on a node via a node prop.

Import:

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

Signature:

export class MountedLezerTree

Properties

Property Type Description
overlay null | readonly LezerTreeRange[] The regions of the host tree that this mounted tree covers, or null if it covers the entire node.
parser Parser The parser that produced this tree.
tree LezerTree The mounted tree.

Links to this page: