appsmith
The appsmith
object is a global object that provides access to information and functionalities within an application through objects and utility functions.
Properties
The Appsmith object contains the following properties:
store object
This object lets you access any app-level data or temporary state that is stored on the user's browser. You can add or update data using the storeValue() method. You can access saved data by referencing their keys:
{{ appsmith.store.KEY_NAME }}