MCPcopy
hub / github.com/ModelEngine-Group/nexent / RouteConfig

Interface RouteConfig

frontend/components/navigation/SideNavigation.tsx:36–42  ·  view source on GitHub ↗

* Route configuration interface for menu items

Source from the content-addressed store, hash-verified

34 * Route configuration interface for menu items
35 */
36interface RouteConfig {
37 path: string;
38 Icon: React.ComponentType<{ className?: string }>;
39 labelKey: string;
40 order: number;
41 parentKey?: string | null;
42}
43
44/**
45 * Processed route with children for nested menus

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected