Skip to content

Commit 19481c9

Browse files
committed
rewording
1 parent 484ed0b commit 19481c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/data-representation/global-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A list of all the available global properties is as follows:
3333

3434
- **Current Device Location:** Obtains he user's current location, ideal for updating their position on Google Maps or storing it in a backend database. [Check out examples](#current-device-location) on how to retrieve and save the current device location.
3535

36-
- **Current Route Path**: Provides the route name of the currently active or visible page in your app. In some cases, pages may continue to run in the background without being visible to the user. For example, if you launch the app through a push notification, the home page might still run in the background, even if the notification directs you to a different page. This could lead to unnecessary action triggers, such as On Page Load from the home page. Using this action, you can block or adjust specific actions if the active page isn't the one you expect.
36+
- **Current Route Path**: Provides the route name of the currently active or visible page in your app. This property is especially helpful in scenarios where you want to adjust or block specific actions if the active page isn't the one you expect. For example, if you launch the app through a push notification, the home page might still run in the background, even if the notification directs you to a different page. This could lead to unnecessary action triggers, such as On Page Load from the home page. Using this property, you can ensure that actions are executed only on the intended active page.
3737
- **Fraction of Screen Width:** Determines the proportional width of the device's screen.
3838
- **Fraction of Screen Height:** Determines the proportional height of the device's screen.
3939
- **Screen Width:** Provides the total width of the current device's screen in pixels.

0 commit comments

Comments
 (0)