Context object
Access app context through groove (or appsmith):
| Path | Purpose |
|---|---|
groove.store | Client-side key/value store (storeValue, removeValue, clearStore) |
groove.user | Signed-in user metadata |
groove.URL | Current URL / query params |
groove.theme | Theme tokens |
groove.mode | EDIT vs VIEWED / published mode |
| Geolocation helpers | getCurrentPosition, watchPosition, clearWatch |
Example:
{{groove.user.email}}
{{groove.URL.queryParams.orderId}}