Interface LaravelUi5\Core\Ui5\Contracts\ReportActionInterface

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
Methods inherited from LaravelUi5\Core\Ui5\Contracts\ExecutableInterface
execute()
Methods inherited from LaravelUi5\Core\Ui5\Contracts\ParameterizableInterface
withArgs(), args()