• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/itemlist.php
  • Класс: BitrixRpaComponentsItemList
  • Вызов: ItemList::getGridId
protected function getGridId(): ?string
{
	if($this->type)
	{
		return 'rpa_items_grid_'.$this->type->getId();
	}

	return null;
}