callback
Last updated
Triggers a flow of actions.
extra
The stored value that is passed to all the callbacks.
Any
-
-
No
Returns the formatted information.
Object
The functions to be executed.
In this example, we will put callback inside Log.write function.
Drag a button component into the canvas and open the Action tab. Select the press event of the button and drag the Log.write function to the event flow.

Change the Log.write value into function.

Put Control.callback function inside and under yes callback, call Log.write or any function(s) that required to call.

The function will call yes callback(s) that specified under the Control.callback function.

Last updated