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

PropertyTypeDescription
children?CliTreeNode[]Child nodes.
labelstringLabel text for this tree node.