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

PropertyTypeDescription
overlaynull | readonly LezerTreeRange[]The regions of the host tree that this mounted tree covers, or null if it covers the entire node.
parserParserThe parser that produced this tree.
treeLezerTreeThe mounted tree.

Links to this page: