• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/Dto/Badge.php
  • Класс: BitrixCrmMobileKanbanDtoBadge
  • Вызов: Badge::getCasts
public function getCasts(): array
{
	return [
		'fieldName' => Type::string(),
		'value' => Type::string(),
		'textValue' => Type::string(),
		'textColor' => Type::string(),
		'backgroundColor' => Type::string(),
	];
}