NavContentComponentProps
Home > @backstage/frontend-plugin-api
> NavContentComponentProps
The props for the NavContentComponent.
Signature:
export interface NavContentComponentProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Array<{ icon: IconComponent; title: string; routeRef: RouteRef<undefined>; to: string; text: string; }> |
The nav items available to the component. These are all the items created with the NavItemBlueprint in the app. In addition to the original properties from the nav items, these also include a resolved route path as |