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

Undo the previous action you performed in...

  • ... one of the Designer editors (except mapping editor).
  • ... the Implementation folder of the service panel.

If you click Undo in one of the Designer editors, this may also have an effect on the Implementation folder in the Service panel if you performed your previous action there.

Redo your previous action (after undo).

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
  • No labels