• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/view/widgetpanel.php
  • Класс: Bitrix\Crm\Integration\Report\View\WidgetPanel
  • Вызов: WidgetPanel::getDisplayComponentParams
public function getDisplayComponentParams()
{
	return [
		'GUID' => $this->getPanelGuid(),
		'ENTITY_TYPES' => $this->getEntityTypes(),
		'LAYOUT' => 'L50R50',
		'ENABLE_NAVIGATION' => false,
		'PATH_TO_DEMO_DATA' => $this->getPathToDemoData(),
		'IS_SUPERVISOR' => $this->isSuperVisor(),
		'ROWS' => $this->getDefaultRows(),
		'DEMO_TITLE' => $this->getDemoTitle(),
		'DEMO_CONTENT' => $this->getDemoContent(),
		'HIDE_FILTER' => true,
	];
}