19declare(strict_types=1);
25use ILIAS\UI\Implementation\Component\ComponentHelper;
A component is the most general form of an entity in the UI.
Interface to be extended by components that have the possibility to bind to Javascript.
appendTriggeredSignal(C\Signal $signal, string $event)
Append a triggered signal to other signals of the same event.
withTriggeredSignal(C\Signal $signal, string $event)
Add a triggered signal, replacing any other signals registered on the same event.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.