console
Description
Display the value passed in the browser console.
This is usually used for debugging or checking the error in the application.
Platform Supported
Mobile
Web
Input / Parameter
Name
Description
Input Type
Default
Options
Required
value
The value to be shown in the browser console, such as characters, numbers or words.
Any
-
-
Yes
Output
Description
Output Type
Returns the value passed.
Any
Note: The value would also be logged in the browser console.
Last updated