SidebarGroupProps.priority
Home > @backstage/core-components
> SidebarGroupProps
> priority
If the SidebarGroup
s should be in a different order than in the normal Sidebar
, you can provide each SidebarGroup
it's own priority to reorder them.
Signature:
priority?: number;