src/lib/inbox-layout/inbox-detail-view/detail-view-information-box/detail-view-information-box.component.ts
The data item information tab bar and data item information components are merged into the data item information box for better handling.
Example :<talenra-detail-view-information-box
[dataItemInformationTabBarItems]="dataItemInformationTabBarItems"
></talenra-detail-view-information-box>
| selector | talenra-detail-view-information-box |
| imports |
DetailViewInformationTabBarComponent
AsyncPipe
|
| styleUrls | ./detail-view-information-box.component.scss |
| templateUrl | ./detail-view-information-box.component.html |
Properties |
Methods |
Inputs |
| detailViewInformationTabBarItems |
Type : IInboxTabBarItem[]
|
| Required : true |
|
List of all data item information tab bar items |
| onTabChange | ||||||||
onTabChange(key: string)
|
||||||||
|
Selects the specific tab and expands the layout with layout service.
Parameters :
Returns :
void
|
| inboxDetailViewService |
Type : unknown
|
Default value : inject(InboxDetailViewService)
|
|
The public service of the inbox detail view. |
| inboxToolbarService |
Type : unknown
|
Default value : inject(InboxToolbarService)
|