SidebarNavigationPage
SteamClientHomebrewSDK / client/src / SidebarNavigationPage
Interface: SidebarNavigationPage
Defined in: typescript-packages/client/src/components/SidebarNavigation.ts:6
Properties
content
content: ReactNode;
Defined in: typescript-packages/client/src/components/SidebarNavigation.ts:8
hideTitle?
optional hideTitle: boolean;
Defined in: typescript-packages/client/src/components/SidebarNavigation.ts:11
icon?
optional icon: ReactNode;
Defined in: typescript-packages/client/src/components/SidebarNavigation.ts:9
identifier?
optional identifier: string;
Defined in: typescript-packages/client/src/components/SidebarNavigation.ts:12
link?
optional link: string;
Defined in: typescript-packages/client/src/components/SidebarNavigation.ts:14
padding?
optional padding: "none" | "compact";
Defined in: typescript-packages/client/src/components/SidebarNavigation.ts:15