src/lib/inbox-layout/inbox-detail-view/detail-view-information-box/detail-view-information-tab-bar/detail-view-information-tab-bar.component.ts
The accumulation of several tabs. This is where the basic arrangement of the tabs is set.
Example :<talenra-detail-view-information-tab-bar [dataItemInformationTabBarItems]="dataItemInformationTabBarItems" />| selector | talenra-detail-view-information-tab-bar |
| imports |
DetailViewInformationTabComponent
|
| styleUrls | ./detail-view-information-tab-bar.component.scss |
| templateUrl | ./detail-view-information-tab-bar.component.html |
Methods |
|
Inputs |
Outputs |
| arrowNavigationActive |
Type : boolean
|
Default value : false
|
|
Determines if the arrow navigation is active. |
| detailViewInformationTabBarItems |
Type : IInboxTabBarItem[]
|
| Required : true |
|
Information about key, label and icons that are initialized in data item information tab bar items |
| selectedTab |
Type : string
|
| Required : true |
|
The selected tab. |
| selectedTab |
Type : string
|
|
The selected tab. |
| Public selectDataItemInformationTab | ||||||||
selectDataItemInformationTab(key: string)
|
||||||||
|
Selects the specific tab and expands the layout with layout service.
Parameters :
Returns :
void
|