src/lib/inbox-layout/inbox-detail-view/detail-view-information-box/detail-view-information/detail-view-information.component.ts
Responsible to deal with further information of a data item.
Example :<talenra-detail-view-information
[key]="detailViewItem.key"
[label]="detailViewItem.label"
[icon]="detailViewItem.icon"
[useScroll]="true"
></talenra-detail-view-information>
| selector | talenra-detail-view-information |
| imports |
NgTemplateOutlet
ScrollContainerComponent
|
| styleUrls | ./detail-view-information.component.scss |
| templateUrl | ./detail-view-information.component.html |
Properties |
Inputs |
| detailViewTab |
Type : IInboxTabBarItem
|
| Required : true |
|
The data item information tab bar item. |
| inboxDetailViewService |
Type : unknown
|
Default value : inject(InboxDetailViewService)
|
|
The public service of the inbox detail view. |