The Retool Context object
Information about the current web app.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
Examples
Examples
Examples
inEditorMode
Whether the app is open in the App IDE.
Type | boolean |
Format | True/False |
Mutability | Read-only |
Examples
Array Object Properties
pageTag
The release version of the app. Defaults to latest
if using the working version.
Type | string |
Format | Plain Text |
Mutability | Read-only |
Examples
runningQueries
A list of queries running.
Type | array |
Format | Plain Text |
Array values | string |
Mutability | Read-only |
Default |
|