The Listing element displays a collection of items in a structured view.
It is designed to showcase multiple elements while controlling spacing, size, and visual elevation.
The Max field allows limiting the Number of items displayed, and the View field connects the listing to a specific page or component layout.
| Field Name | Type | Default Value | Description |
|---|---|---|---|
| Name | String | {name} | Internal unique identifier. |
| View | PageName | {pageName} | Specifies the page or layout this listing links to or displays. |
| Elevation | Number | 0 | Shadow depth of the listing container. |
| Size | Number | 0 | Height or size of the listing container. |
| Radius | Number | 12 | Border radius of the container corners. |
| Margin | Number | 0 | Outer spacing around the listing container. |
| MarginLine | Number | 0 | Vertical spacing between listings. |
| Max | Number | 5 | Maximum Number of items to show in the listing. |
Coding:
{
"@Type": "Listing",
"Name": "{name}",
"View": "{pageName}",
"Elevation": 0,
"Size": 0,
"Radius": 12,
"Margin": 0,
"MarginLine": 0,
"Max": 5
}
To see how to create this element in Applin Studio (no-code mode), visit:
Design the Listing in Applin Studio