toNull
Description
will just return null.
Input / Parameter
N/A
Output
Description
Output Type
Returns null value.
Null
Example
In this example, we will use the toNull
function to print null
in the console.
Step
Drag a
button
component into the canvas and open theAction
tab. Select thepress
event of the button and drag theconsole
function to the event flow.Call the function
toNull
inside theconsole
value subflow.
Result
The console will print
null
.
Last updated