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.
| 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. |
Coding:
{
"@Type": "Page",
"Name": "{name}",
"View": "{pageName}",
"Elevation": 0,
"Size": 0,
"Radius": 12,
"Margin": 20,
"MarginLine": 10
}
To see how to create this element in Applin Studio (no-code mode), visit:
Design the Page in Applin Studio