SidebarNavigationProps
Interface: SidebarNavigationProps
Defined in: src/components/SidebarNavigation.ts:18
Properties
disableRouteReporting?
optional disableRouteReporting: boolean;
Defined in: src/components/SidebarNavigation.ts:22
onPageRequested()?
optional onPageRequested: (page: string) => void;
Defined in: src/components/SidebarNavigation.ts:24
Parameters
page
string
Returns
void
page?
optional page: string;
Defined in: src/components/SidebarNavigation.ts:23
pages
pages: (SidebarNavigationPage | "separator")[];
Defined in: src/components/SidebarNavigation.ts:20
showTitle?
optional showTitle: boolean;
Defined in: src/components/SidebarNavigation.ts:21
title?
optional title: string;
Defined in: src/components/SidebarNavigation.ts:19