src/lib/shared/interfaces/icon-filters-input.interface.ts
IIconFiltersInput is used to define which icon filters are used in the inbox.
Example :import { IIconFiltersInput } from '@talenra/inbox';const selectedAttributeInput: IIconFiltersInput = { icon: "error", identifier: "icon_error_insuree.partnerFlags" };
Properties |
| icon |
icon:
|
Type : string
|
|
The icon that is chosen from the selection of the talenra icons. |
| identifier |
identifier:
|
Type : string
|
|
The identifier of the icon filter (the identifier is a concatenation of the icon and the key of an attribute e.g. icon_[icon]_[key]). |