callback
Description
Triggers a flow of actions.
Input / Parameter
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
extra | The stored value that is passed to all the callbacks. | Any | - | - | No |
Output
Description | Output Type |
---|---|
Returns the formatted information. | Object |
Callback
yesCallback
The functions to be executed.
Example
In this example, we will put callback inside Log.write
function.
Steps
Drag a
button
component into the canvas and open theAction
tab. Select thepress
event of the button and drag theLog.write
function to the event flow.Change the
Log.write
value into function.Put
Control.callback
function inside and under yes callback, callLog.write
or any function(s) that required to call.
Result
The function will call yes callback(s) that specified under the
Control.callback
function.
Last updated