Skip to content

CliTreeNode

Unofficial

A node in a CLI ASCII tree.

Import:

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

Signature:

export interface CliTreeNode

Properties

Property Type Description
children? CliTreeNode[] Child nodes.
label string Label text for this tree node.