CliTreeNode
Unofficial
A node in a CLI ASCII tree.
Import:
import type { CliTreeNode } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface CliTreeNodeProperties
| Property | Type | Description | |
|---|---|---|---|
| children? | CliTreeNode[] | Child nodes. | |
| label | string | Label text for this tree node. |