This page describes the basics of the integrated JavaScript editor.

To open the JavaScript Editor, click Open model in the quick action menu of the corresponding JavaScript operation.

The editor will open in a new tab, and you can start entering your JavaScript.

To create a JavaScript statement, start by typing JavaScript syntax.

All available statements matching your input are listed.

You can also select one of the listed statements to use it.

The statement is transferred to the editor.

The Toolbar

The JavaScript editor features a toolbar in the center top of the editor.

IconDescription

Click on Select in Service Panel to jump to the related JavaScript operation in the service panel.

Click on Go to documentation to open this JavaScript documentation.

Highlighting in the JavaScript Editor

The highlighting of keywords supports you during your work in the editor:

ColorContent
Blue
  • JavaScript Keywords
Red
  • Syntax errors
Maroon
  • Strings (single- and double-quoted)
Green
  • Numbers
  • Classes
  • Comments