Pages
Pages are the basic building blocks of your data app and display all app content.
Every app must have at least one page.
Select a page to alter its settings. Under Config, you’ll be able to change the name, size, and path for a page.

Name: The name of a page will also be the tab title in the browser.
Size: Size of the page in pixels.
Authentication Required: Do users need to sign in to view the page? See Create a sign-in page to see how this is used.
Path: URL path of this page.
Pages have supported events with which to build Interactions. Below, we see the options for page events.

- 1.Before Render: When this is selected the action will be triggered before a page loads or refreshes.
- 2.After Render: When this is selected the action will be triggered just after a page loads or refreshes.
- 3.Leave Page: When this is selected the action will be triggered when a user exits the page.
Last modified 3mo ago