Links

Pages

Pages are the basic building blocks of your data app and display all app content.
Pages are specific component or section within an app, serving a particular purpose or providing specific content or functionality. Every app must have at least one page.

Settings

Select a page to alter its settings. Under Config, you’ll be able to change the name, size, background and path for a page.
Name: The name of a page will also be the tab title in the browser.
Size: Size for the page in pixels.
Background: 1. color: Use color selector or HEX code to select a fixed color for the page. 2. image: Use image url to set a customized background image.
Authentication Required: Whether users need to sign in to view the page. See App User Management to see how this is used.
Path: The URL path suffix for a page determines its web address. It should adhere to URL rules, containing no spaces and using valid characters limited to letters (A-Z, a-z), digits (0-9), hyphens (-), underscores (_), and slashes (/).
Page Metadata: The title, description and thumbnail image, enhancing search engine visibility and improves user experience.

Supported Events

Pages have supported events with which to build Interactions. Below, we see the options for page events.
  1. 1.
    Before Render: When this is selected the action will be triggered before a page loads or refreshes.
  2. 2.
    After Render: When this is selected the action will be triggered just after a page loads or refreshes.
  3. 3.
    Leave Page: When this is selected the action will be triggered when a user exits the page.

Supported Actions

Set page data: Set page level data. See Data Store for more on page data.
Visit Interactions for more on events and actions.