• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Action/Animation.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Action\Animation
  • Вызов: Animation::setTarget
public function setTarget(string $target): self
{
	$this->target = $target;

	return $this;
}