src/lib/shared/interfaces/attribute-item-selector.interface.ts
AttributeItem is used to further define the attributes that are displayed in the inbox
Properties |
|
| attribute |
attribute:
|
Type : IAttributeItem
|
|
The attribute to be displayed. |
| icon |
icon:
|
Type : string
|
|
The icon that is chosen from the selection of the talenra icons library. Will be shown in the selected attribute list. |
| iconDisabled |
iconDisabled:
|
Type : boolean
|
| Optional |
|
If the icon in the selected attribute list should be disabled. |
| iconTooltip |
iconTooltip:
|
Type : string
|
|
Tooltip for the icon |
| showIcon |
showIcon:
|
Type : boolean
|
|
If the icon in the selected attribute list should be shown. |