Skip to content

NodeSet

Unofficial

A set of node types, used to define the types available in a grammar.

Import:

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

Signature:

export class NodeSet

Properties

Property Type Description
types readonly NodeType[] The node types in this set, indexed by their id.

Links to this page: