core/tabs/tab.model.ts
Properties |
|
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) |