Skip to content

LezerTreeBuffer

Unofficial

A tree buffer represents a sequence of nodes in a compact flat array format.

Import:

import type { LezerTreeBuffer } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export class LezerTreeBuffer

Properties

PropertyTypeDescription
bufferUint16ArrayThe flat buffer of node data.
lengthnumberThe total length of the content covered by this buffer.
setNodeSetThe node set that this buffer's node type ids refer to.

Links to this page: