• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/entityselector/tab.php
  • Класс: BitrixUIEntitySelectorTab
  • Вызов: Tab::setBgColor
public function setBgColor(array $bgColor): self
{
	$this->bgColor = $bgColor;

	return $this;
}