Page

The Page element represents a container for other elements in the app.
It can be customized in size, margin, and corner radius.
The View field links it to a specific page name, allowing navigation or embedding of subpages.

Applin Page Element

Field Name Type Default Value Description
Name String {name} Unique identifier for the page.
View PageName {pageName} Specifies the linked page or view name.
Elevation Number 0 Shadow depth of the page.
Size Number 0 Overall size of the page container.
Radius Number 12 Corner radius of the page container.
Margin Number 20 Outer spacing around the page.
MarginLine Number 10 Vertical spacing relative to other elements.

🔗 Additional Resources

To learn how to build this same element using JSON coding, visit:
Develop the Page with JSON