MCPcopy Create free account
hub / github.com/NativeScript/template-macos-solid / SidebarBaseItem

Interface SidebarBaseItem

src/sidebar.tsx:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { TodoMVP } from "./examples/todo.tsx";
6
7interface SidebarBaseItem {
8 id: string;
9 icon?: string;
10 title?: string;
11 url?: string;
12 component(): JSX.Element;
13}
14export interface SidebarItem extends SidebarBaseItem {
15 children?: Array<SidebarBaseItem>;
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected