The object used to configure a new page tab.
PageLocationIdA valid location representing a list or detail page.
stringAn optional icon to display in the tab. The icon should be a valid shape name from the Clarity Icons set.
stringThe route path to the tab. This will be appended to the route of the parent page.
stringThe name of the tab to display in the UI.
numberThe priority of the tab. Tabs with a lower priority will be displayed first.
Type<any> | ReturnType<typeof detailComponentWithResolver>The component to render at the route of the tab.
RouteYou can optionally provide any native Angular route configuration options here.
Any values provided here will take precedence over the values generated
by the route and component properties.