Actions
Actions are user-defined responses to certain events. For example, they can be a click of a button or the loading of a page. If a component has property with the prefix on
, like onSubmit
for example, you can define an action there.
Currently there are two main groups of of actions:
AWS
- invocation of certain AWS services likeAction.aws.lambda.invoke
Buttonize
- lifecycle events of the Buttonize apps likeAction.buttonize.changePage
Code example
Available actions
AWS
lambda.invoke Invoke Lambda function in your Buttonize App
Buttonize
app.changePage Change the active page within a Buttonize app