19declare(strict_types=1);
A component is the most general form of an entity in the UI.
This describes commonalities between all types of Dropdowns.
This describes a Standard Dropdown.
This is the interface for Blocks.
This describes how a panel could be modified during construction of UI.
withActions(Dropdown\Standard $actions)
Sets action Dropdown being displayed beside the title.
getTitle()
Gets the title of the panel.
getContent()
Gets the content to be displayed inside the panel.
getActions()
Gets action Dropdown being displayed beside the title.