NodeSet
Unofficial
A set of node types, used to define the types available in a grammar.
Import:
import type { NodeSet } from '@obsidian-typings/obsidian-public-latest';Signature:
export class NodeSetProperties
| Property | Type | Description | |
|---|---|---|---|
| types | readonly NodeType[] | The node types in this set, indexed by their id. |
Links to this page: