About
Working with mods
API documentation
Action mods
API documentation
Visualization mods
API overview
API documentation
Preparing search index...
The search index is not available
Action Mod API
Action Mod API
console
Variable console
Const
console
:
{
log
(
...
objs
:
any
[]
)
:
void
;
}
Type declaration
log
:
function
log
(
...
objs
)
:
void
Logs the objects to the script output window and the progress dialog.
Parameters
Rest
...
objs
:
any
[]
The objects to log.
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Action Mod API
Loading...
Logs the objects to the script output window and the progress dialog.