• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/EditableDescription.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\EditableDescription
  • Вызов: EditableDescription::setBackgroundColor
public function setBackgroundColor(string $backgroundColor): self
{
	$this->backgroundColor = $backgroundColor;

	return $this;
}