extends |
ActionHandlerInterface |
|---|
Defines the contract for a follow-up action that can be executed as part of a UI5 Report workflow.
Report actions are triggered by users after a report has been run, and allow for executing meaningful operations on the result data (e.g., flagging entries, updating records, or triggering downstream processes).
Each action class is specific to a single report and should be registered via Ui5ReportInterface::getActions().
| Methods | ||
|---|---|---|
public
|
label(): string
|
# |
public
|
description(): string
|
# |
public
|
withContext(array $context): ReportActionInterface
|
# |
| Methods inherited from LaravelUi5\Core\Ui5\Contracts\ExecutableInterface |
|---|
execute() |
| Methods inherited from LaravelUi5\Core\Ui5\Contracts\ParameterizableInterface |
|---|
withArgs(), args() |