Skip to main content

Module action

Module action 

Source
Expand description

Action declarations for JSON-UI components.

Actions map user interactions (button clicks, form submissions) to backend Ferro handlers. Each action references a handler in "controller.method" format and can include confirmation dialogs and outcome behaviors.

Structs§

Action
An action declaration mapping a user interaction to a backend handler.
ConfirmDialog
Confirmation dialog shown before executing an action.

Enums§

ActionOutcome
Outcome after an action completes (success or error).
DialogVariant
Variant for confirmation dialogs.
HttpMethod
HTTP method for action requests.
NotifyVariant
Notification variant for action outcomes.