Added descriptions in interfaces

This commit is contained in:
2023-01-16 15:43:45 +03:00
parent ae258e68f4
commit 0542278467
7 changed files with 29 additions and 9 deletions

View File

@ -1,5 +1,8 @@
import { ICgSelect } from '../../interfaces/cg-select.interface';
/**
* @description Настройки для создания чипсов.
*/
export interface ICreateBreadCrumb {
/**
* Определенный экземпляр класса.

View File

@ -1,5 +1,8 @@
import { IItems } from '../../interfaces/items.interface';
/**
* @description Настройки получаемых элементов.
*/
export interface IDataItem {
/**
* Необязательный параметр. Категория группы элементов.
@ -18,6 +21,9 @@ export interface IDataItem {
ItemValue: string | IItems | number;
}
/**
* @description Настройки для текста селекта и тд.
*/
export interface ISelectedItems {
/**
* Placeholder необязательный параметр, в который передается текст плейсхолдера селекта.