src/lib/shared/interfaces/inbox-configuration.interface.ts
Configuration model for the inbox component.
| attributeSettingsTitle |
attributeSettingsTitle:
|
Type : string
|
| Optional |
|
Sets the title of the attribute settings component. |
| detailViewMainTabIcon |
detailViewMainTabIcon:
|
Type : string
|
| Optional |
|
Sets the icon for the first tab of detail view. NOTE: Not changeable on the fly, only on init. |
| detailViewMainTabTitle |
detailViewMainTabTitle:
|
Type : string
|
| Optional |
|
Sets the title in the first tab of detail view. |
| detailViewStateAfterRefresh |
detailViewStateAfterRefresh:
|
Type : boolean
|
| Optional |
|
State which the detail view should have after a refresh. If set to true, the detail view will be shown after a refresh. If set to false, the detail view will be hidden after a refresh. If not set, the detail view state will have the default behavior (open). |
| disableAttributeSettingsToolbar |
disableAttributeSettingsToolbar:
|
Type : boolean
|
| Optional |
|
Disables the attributes settings button in the toolbar and the attributes settings component (disables keyboard shortcut). |
| disableBulkContinueButtonToolbar |
disableBulkContinueButtonToolbar:
|
Type : boolean
|
| Optional |
|
Disables the continue Button in toolbar. |
| disableBulkFurtherInteractionsToolbar |
disableBulkFurtherInteractionsToolbar:
|
Type : boolean
|
| Optional |
|
Disables the further Actions Button in toolbar. |
| disableBulkInteractionsToolbar |
disableBulkInteractionsToolbar:
|
Type : boolean
|
| Optional |
|
Disables the checkbox, further Actions Button and continue Button in toolbar. |
| disableCheckboxDataItemsList |
disableCheckboxDataItemsList:
|
Type : boolean
|
| Optional |
|
Disables the checkbox in the data items list. |
| disableCheckboxInteractionsToolbar |
disableCheckboxInteractionsToolbar:
|
Type : boolean
|
| Optional |
|
Disables the further Actions Button in toolbar (removes checkbox). |
| disableCompressedDataListItemsToolbar |
disableCompressedDataListItemsToolbar:
|
Type : boolean
|
| Optional |
|
Disables the detail view toggle button in the toolbar (disables keyboard shortcut). |
| disableContinueButtonDataItemsList |
disableContinueButtonDataItemsList:
|
Type : boolean
|
| Optional |
|
Disables the continue Button in toolbar. |
| disableCSVExportToolbar |
disableCSVExportToolbar:
|
Type : boolean
|
| Optional |
|
Disables the CSV export button in the toolbar. |
| disableDataItemsList |
disableDataItemsList:
|
Type : boolean
|
| Optional |
|
Disables the data items list. |
| disableDetailView |
disableDetailView:
|
Type : boolean
|
| Optional |
|
Disables the detail view. |
| disableDetailViewMainTab |
disableDetailViewMainTab:
|
Type : boolean
|
| Optional |
|
Sets that the first tab of detail view is disabled. |
| disableDetailViewToggleToolbar |
disableDetailViewToggleToolbar:
|
Type : boolean
|
| Optional |
|
Disables the detail view toggle button in the toolbar (disables keyboard shortcut). |
| disableExpertFilter |
disableExpertFilter:
|
Type : boolean
|
| Optional |
|
Disables the expert filter. |
| disableFilterSelection |
disableFilterSelection:
|
Type : boolean
|
| Optional |
|
Disables the filter selection in the filter toolbar. |
| disableFilterToolbar |
disableFilterToolbar:
|
Type : boolean
|
| Optional |
|
Disables the filter toolbar. |
| disableFlexibleMainAttributes |
disableFlexibleMainAttributes:
|
Type : boolean
|
| Optional |
|
Disables the user chosen number of the main attributes. |
| disableFurtherInteractionsDataItemsList |
disableFurtherInteractionsDataItemsList:
|
Type : boolean
|
| Optional |
|
Disables the further Actions Button in the data items list. |
| disableInteractionsDataItemsList |
disableInteractionsDataItemsList:
|
Type : boolean
|
| Optional |
|
Disables the checkbox, further Actions Button and continue Button. |
| disableKeyBoardInputInbox |
disableKeyBoardInputInbox:
|
Type : boolean
|
| Optional |
|
Disables the keyboard input of the inbox. |
| disableNoteBox |
disableNoteBox:
|
Type : boolean
|
| Optional |
|
Disables the note box in the detail view. |
| disableNotesDataItemsList |
disableNotesDataItemsList:
|
Type : boolean
|
| Optional |
|
Disables the notes in the data items list. |
| disablePresetMenuToolbar |
disablePresetMenuToolbar:
|
Type : boolean
|
| Optional |
|
Disables the preset menu in the toolbar. |
| disableQuickFilters |
disableQuickFilters:
|
Type : boolean
|
| Optional |
|
Disables the quick filters in the filter toolbar. |
| disableRefreshToolbar |
disableRefreshToolbar:
|
Type : boolean
|
| Optional |
|
Disables the refresh button in the toolbar. |
| disableSearchToolbar |
disableSearchToolbar:
|
Type : boolean
|
| Optional |
|
Disables the search in the toolbar. |
| disableSortSelection |
disableSortSelection:
|
Type : boolean
|
| Optional |
|
Disables the sort selection in the filter toolbar. |
| disableToolbar |
disableToolbar:
|
Type : boolean
|
| Optional |
|
Disables the toolbar. |
| disableToolbarCheckboxClickInteractions |
disableToolbarCheckboxClickInteractions:
|
Type : boolean
|
| Optional |
|
State if the checkbox in the toolbar should be not clickable (checkbox still shown). |
| maxAttributesDetailView |
maxAttributesDetailView:
|
Type : number
|
| Optional |
|
Defines the maximum number of attributes to be displayed in the detail view. |
| maxAttributesList |
maxAttributesList:
|
Type : number
|
| Optional |
|
Defines the maximum number of attributes to be displayed in the list view. |
| maxBadgeCounterToolbar |
maxBadgeCounterToolbar:
|
Type : number
|
| Optional |
|
The maximum number which is displayed in the badge counter in the toolbar. If the number of selected items is higher, the badge counter shows the maximum number and a plus sign. |
| showAttributeLabelsDataItemsList |
showAttributeLabelsDataItemsList:
|
Type : boolean
|
| Optional |
|
Enables the labels before the value in the data items list. |
| simpleFilterMultipleAttributes |
simpleFilterMultipleAttributes:
|
Type : boolean
|
| Optional |
|
State if the simple filter should be able to select multiple attributes. |
| sortFilterSortAttributesByDefault |
sortFilterSortAttributesByDefault:
|
Type : boolean
|
| Optional |
|
State if the simple filter and sort should sort by default and not by ASC. |
| useCustomNoteBox |
useCustomNoteBox:
|
Type : boolean
|
| Optional |
|
Enables the custom note box in the detail view. |