• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/restappboard.php
  • Класс: BitrixReportVisualConstructorRestAppBoard
  • Вызов: RestAppBoard::getDisplayComponentParams
public function getDisplayComponentParams()
{
	return [
		'PLACEMENT' => $this->getPlacement(),
		'PLACEMENT_OPTIONS' => [],
		'ID' => $this->getRestAppId(),
		'PLACEMENT_ID' => $this->getPlacementHandlerId(),
		'PARAM' => [
			'FRAME_WIDTH' => '100%',
			'FRAME_HEIGHT' => 'calc(100vh - 75px)',
		],
	];
}