• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/EditableDate.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\EditableDate
  • Вызов: EditableDate::getProperties
protected function getProperties(): array
{
	return array_merge(
		parent::getProperties(),
		[
			'action' => $this->getAction(),
			'backgroundColor' => $this->getBackgroundColor(),
		]
	);
}