Global Properties

The properties accessible across all pages of your app are called global properties. This includes getting the current time, current device location, and a few other conditions, such as checking if a user is logged in and if a user is using the app on a Web, Android, or iOS device.

Global Properties acts as utility functions for your app to accomplish a common task regardless of the type of app you are developing. For example, you might need to open a different page if the user is not logged in. You might want to provide certain functionality only if the user uses the app on a particular platform.

You can access these properties only when the Source is set to Global Properties.

List of Global Properties

A list of all the available global properties is as follows:

pageIs User Logged InpageCurrent TimepageCurrent Device LocationpageIs Android/iOS/Web

Last updated