core/tabs/tab.model.ts
Properties |
|
badge |
badge:
|
Type : string
|
Optional |
Additional icon provided to indicate special kind of tabs. E.g. typed dashboards. |
featureId |
featureId:
|
Type : string
|
Optional |
Id to identify specific feature tab. |
hide |
hide:
|
Type : boolean
|
Optional |
Hide tab (optional) |
injector |
injector:
|
Type : Injector
|
Optional |
The injector to use. If not set, the default root injector will be used. |
orientation |
orientation:
|
Type : "horizontal" | "vertical"
|
Optional |
Alignment for tabs (optional) |
priority |
priority:
|
Type : number
|
Optional |
Ordering of the tabs (high number first) (optional) |
showAlways |
showAlways:
|
Type : boolean
|
Optional |
If there is just a single tab for a route the tab will not be show. If you set this flag to true the tab is still going to be shown even if it is the only one. |
tabsOutlet |
tabsOutlet:
|
Type : string
|
Optional |
Name of the tab outlet which the tabs will use. E.g. can be used to display inline tabs. |
tooltipText |
tooltipText:
|
Type : string
|
Optional |
Additional description which can be added to the tab. |