Skip to main content

SidebarGroupProps

Home > @backstage/core-components > SidebarGroupProps

Props for the SidebarGroup

Signature:

export interface SidebarGroupProps extends BottomNavigationActionProps 

Extends: BottomNavigationActionProps

Properties

PropertyModifiersTypeDescription
children?React.ReactNode(Optional) React children
priority?number(Optional) If the SidebarGroups should be in a different order than in the normal Sidebar, you can provide each SidebarGroup it's own priority to reorder them.
to?string(Optional) If the SidebarGroup should be a Link, to should be a pathname to that location