19declare(strict_types=1);
This describes a Standard Dropdown.
Common interface to all items.
getAggregateNotifications()
Get the list of Notification Items, this Notification Item aggregates or an empty list.
getAdditionalContent()
Get the additional content of the item or null.
getCloseAction()
Get the url attached to this Notification Item.
getActions()
Get the actions of the item.
getLeadIcon()
Get icon as lead.
withCloseAction(string $url)
Get an Item like this with an url to consulted async, when to close button is pressed.
withAdditionalContent(Content $component)
Get a Notification Item like this but with additional content bellow the description.
withActions(DropdownStandard $actions)
Create a new appointment item with a set of actions to perform on it.
withLeadIcon(Icon $lead)
Set icon as lead.
withAggregateNotifications(array $aggregate_notifications)
Get an Notification Item like this, but with a set of Notifications, this Notification Item will aggr...
This describes how an icon could be modified during construction of UI.