File

src/lib/shared/interfaces/icon-filters-input.interface.ts

Description

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" };

Index

Properties

Properties

icon
icon: string
Type : string

The icon that is chosen from the selection of the talenra icons.

identifier
identifier: string
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]).

results matching ""

    No results matching ""