Skip to main content

Context object

Access app context through groove (or appsmith):

PathPurpose
groove.storeClient-side key/value store (storeValue, removeValue, clearStore)
groove.userSigned-in user metadata
groove.URLCurrent URL / query params
groove.themeTheme tokens
groove.modeEDIT vs VIEWED / published mode
Geolocation helpersgetCurrentPosition, watchPosition, clearWatch

Example:

{{groove.user.email}}
{{groove.URL.queryParams.orderId}}