abstract_widget
abstract class abstract_widget implements widget_interface
Abstract Base Widget.
Base contract for UI widgets discovered by the application layer. Concrete widgets should extend the public SDK wrapper instead of this internal base class.