Variable consoleConst

console: {
    log(...objs: any[]): void;
}

Type declaration

  • log:function
    • Logs the objects to the script output window and the progress dialog.

      Parameters

      • Rest...objs: any[]

        The objects to log.

      Returns void