File

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

Description

ISelectedAttributesInput is used to define which attribute identifiers are selected and displayed in the main or detail section.

Example :
import { ISelectedAttributesInput } from '@talenra/inbox';

const selectedAttributeInput: ISelectedAttributesInput = { identifier: 'caseId', defaultAttribute: 'main' };

Index

Properties

Properties

defaultAttribute
defaultAttribute: "main" | "detail"
Type : "main" | "detail"

Decides if the attribute is displayed in the main or detail section.

identifier
identifier: string
Type : string

The identifier of the attribute which is selected.

results matching ""

    No results matching ""