Skip to main content

JavaScript Console

Introduction

The JavaScript Console can be used to debug JavaScript scripts. More information on how to write scripts can be found in the Scripting section.

It is also available as an embedded panel within the JavaScript Editor. This panel will be hidden if the JavaScript Console is already docked as part of a Workspace.

Licence

JavaScript is a Pro feature which is only available with a Professional licence. To upgrade, visit cavalry.scenegroup.co.

UI

Clear logs (button) - Use this button to clear the Console of all previous logs.

Console - All logs will be printed here and colour coded based on their status:

  • Green = Success
  • Yellow = Warning
  • Red = Error