EachScape JavaScript Editor
Access
EachScape JS Editor is accessible from an Event or by using the action 'JavaScript' .
Launch JavaScript via an Event
Select 'JavaScript' to access the JavaScript Editor

Launch JavaScript with the "JavaScript" Action
Using the Action Selector, search for Javascript to display the "JavaScript" action

You can then run JavaScript among other EachScape Actions:

Using ES JavaScript Editor
You can access EachScape Action template by entering:
"ESLib." then select Control and Space keys on your keyboard
This will being up the list of ES Action you can call using ESLib.
In our example we want to show the action 'Refresh Block'
In our example we want to show the action 'Refresh Block'

Typing ESLib. then holding Ctrl + Space brings up the list of EachScape Action.

ESLib.ExecuteAction method allows to run any EachScape action inside a JavaScript
In this example, the action 'RefreshBlock' is run.

Learn More