groove.* and Appsmith imports
In the editor, the primary global object is groove (store, URL, user, theme, and framework actions). For compatibility with imported Appsmith applications, appsmith remains available as an alias.
Recommendations
- Prefer
groove.store,groove.URL,groove.user, and{{groove.theme...}}in new apps. - Existing bindings that use
appsmith.*continue to work after import. - Environment variables use
GROOVE_*withAPPSMITH_*as compatibility aliases — see Environment variables.