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