toNull
Last updated
Last updated
will just return null.
N/A
Description | Output Type |
---|---|
Returns null value. | Null |
In this example, we will use the toNull
function to print null
in the console.
Drag a button
component into the canvas and open the Action
tab. Select the press
event of the button and drag the console
function to the event flow.
Call the function toNull
inside the console
value subflow.
The console will print null
.