Actions
Add actions to button widgets and other widgets to let the user initiate actions in the app.
When the user taps a widget, the frontend performs the action list. It performs the actions in order. If it encounters an error while performing an action, it stops.
For example, when performing the action list ["rpc:/save", "pop"]
,
if the RPC to /save
returns an error, the frontend will not pop the page.
Do you need an action that's not here? Please let us know: Feature Requests.