MCPcopy Index your code
hub / github.com/triggerdotdev/jsonhero-web / ColumnViewNode

Interface ColumnViewNode

app/useColumnView/index.ts:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14) => JSX.Element;
15
16export interface ColumnViewNode {
17 id: string;
18 name: string;
19 title: string;
20 subtitle?: string;
21 longTitle?: string;
22 icon?: IconComponent;
23 children: ColumnViewNode[];
24}
25
26export type ColumnViewOptions = {
27 rootNode: ColumnViewNode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected