File

src/lib/shared/interfaces/note-box-item.interface.ts

Description

INoteBoxItem is used to define the structure of the note box items.

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

noteBoxItems: INoteBoxItem = { identifier: 'casePriority', icon: 'info', iconColor: 'status-red', content: 'This is a note box item.', };

Index

Properties

Properties

activeIconColor
activeIconColor: "status-red" | "status-green" | "status-orange" | "status-violet" | "primary" | "black"
Type : "status-red" | "status-green" | "status-orange" | "status-violet" | "primary" | "black"

The color of the icon if it is active.

icon
icon: string
Type : string

The icon is limited by the talenra-icon library (https://gitlab.svanet.ch/talenra/talenra-workspace).

identifier
identifier: string
Type : string

The identifier is used to identify the note box item.

note
note: string
Type : string

The displayed note of the note box item.

results matching ""

    No results matching ""