*/ trait AjaxComponent { public function isAjaxComponent() { return $this instanceof \ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Interfaces\AjaxElementInterface; } }