MountedLezerTree
Unofficial
Represents a tree mounted on a node via a node prop.
Import:
import type { MountedLezerTree } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export class MountedLezerTreeProperties
| 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: