LezerTreeBuffer
Unofficial
A tree buffer represents a sequence of nodes in a compact flat array format.
Import:
import type { LezerTreeBuffer } from '@obsidian-typings/obsidian-public-latest';Signature:
export class LezerTreeBufferProperties
| Property | Type | Description | |
|---|---|---|---|
| buffer | Uint16Array | The flat buffer of node data. | |
| length | number | The total length of the content covered by this buffer. | |
| set | NodeSet | The node set that this buffer's node type ids refer to. |
Links to this page: