How to pass arguments while executing script from Appium inspector (Appium 1.4.8)

I am trying to use the Execute script functionality that Appium Inspector provides under the Text section.


I am not sure how I can pass arguments to the script in here.
For example, I want to execute script which is equivalent to:

{"script":"mobile: scrollTo","args":[{"element":"36"}]}

How do I include the arguments on the Inspector?