Skip to main content

The RetoolContext object

Information about the current app.

Properties

All properties for with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.

appName

string

The name and path of the app.

appUuid

string

The unique ID of the app.

environment

string

The selected environment.

inEditorMode

boolean

Whether the app is open in the App IDE.

pageTag

string

The release version of the app. Defaults to latest if using the working version.

runningQueries

string[]

A list of queries running.

translations

object
Properties