• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/ExpandableList/ExpandableListItemButton.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\ExpandableList\ExpandableListItemButton
  • Вызов: ExpandableListItemButton::getProperties
protected function getProperties(): array
{
	return [
		'text' => $this->getText(),
		'action' => $this->getAction(),
	];
}