Page-specific Data
  • 25 Jan 2024
  • 1 Minute to read
  • Dark
    Light

Page-specific Data

  • Dark
    Light

Article summary

When working in a particular page of the space website, such as the contact page or the member's directory page, it is important to understand what data is available to you to use in that page.

The easiest way of knowing what data is available to a page is to just print it on the screen:

{{ data | Json }} //Prints all data available to the current page.

The code above prints all the data available to the current as well as all the common data, available to all pages. For clarity, you may want to print only data available to the current page.

{{ data.Local | Json }} //Prints all data available to the current page.

Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Eddy AI, facilitating knowledge discovery through conversational intelligence