• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/buttons/jshandler.php
  • Класс: BitrixUIButtonsJsHandler
  • Вызов: JsHandler::jsonSerialize
public function jsonSerialize()
{
	return [
		'handler' => $this->getHandler(),
		'context' => $this->getContext(),
	];
}