src/lib/shared/interfaces/filter-attributes-input.interface.ts
IFilterAttributesInput is used to define which attribute identifiers are used to filter the items in the inbox.
Important Information:
import { IFilterAttributesInput } from '@talenra/inbox';const selectedAttributeInput: IFilterAttributesInput = { identifier: 'insureelastNameOrgName', value: ['8001', '8041', '8011'] };
Properties |
| identifier |
identifier:
|
Type : string
|
|
As the filter types are already defined in AttributeItemInput, only the identifier and values for the filter are necessary to set. |