File

src/lib/shared/interfaces/sort-attributes-input.interface.ts

Description

ISortAttributesInput is used to define which attribute identifiers are used to sort the items in the inbox.

Important Information:

  1. The identifier must already be used in selectedAttributes (SelectedAttributesInput[]).
Example :
import { ISortAttributesInput } from '@talenra/inbox';

const selectedAttributeInput: ISortAttributesInput = {identifier: 'caseId', sort: 'asc'};

Index

Properties

Properties

identifier
identifier: string
Type : string

the identifier of the attribute which is used to sort the items in the inbox.

sort
sort: "asc" | "desc"
Type : "asc" | "desc"

the sort direction of the attribute which is used to sort the items in the inbox.

results matching ""

    No results matching ""