extends |
ExecutableInterface, ParameterizableInterface |
|---|
Contract for UI5 Action Handlers.
An ActionHandler encapsulates the runtime logic for a UI5 Action. Unlike {@see DataProviderInterface} implementations, ActionHandlers are explicitly designed to perform state-changing operations such as
Responsibilities:
execute() method containing the action logic.['status' => 'success', 'message' => 'Mailbox cleared']
Notes:
| Methods inherited from LaravelUi5\Core\Ui5\Contracts\ExecutableInterface |
|---|
execute() |
| Methods inherited from LaravelUi5\Core\Ui5\Contracts\ParameterizableInterface |
|---|
withArgs(), args() |