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.
- Confirm
Dialog - Confirmation dialog shown before executing an action.
Enums§
- Action
Outcome - Outcome after an action completes (success or error).
- Dialog
Variant - Variant for confirmation dialogs.
- Http
Method - HTTP method for action requests.
- Notify
Variant - Notification variant for action outcomes.