File

src/lib/shared/interfaces/filter-attribute.interface.ts

Description

FilterValue is used to correlate a filter value with a key and label. Enables the to display a label and identify the value by a key.

Example :
import { ISelectionFilterValue } from '@talenra/inbox';
const filterValue: ISelectionFilterValue = { key: '8001', label: 'John Doe' };

Index

Properties

Properties

key
key: string
Type : string

Key that identifies the value.

label
label: string
Type : string

Label that is displayed for the value.

results matching ""

    No results matching ""