Action
    Preparing search index...

    Variable consoleConst

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

    Type Declaration

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

        Parameters

        • ...objs: any[]

          The objects to log.

        Returns void