📄️ Entities Actions
The application.entities object provides access to the entities API (all the different functions you can use to interact with entities).
📄️ Navigator
The application.navigator object provides access to the navigator API. This object gives access to functions you can use to either navigate or read a form's url.
📄️ Settings
The application.settings object allows to read and write values of application settings. Shesha uses modules to group different settings. Every application has a default module called Shesha that contains all the basic and essential settings.
📄️ User
Current user API – application.user
📄️ Utils
The application.utils object provides access to the utils API. This object gives access to utility functions that can be used to perform different actions.