stage
A stage is a primary container for displaying various UI components on the left and right, typically showing a start-and-end concept.

Configuration options
Some properties are common to all components, see Common component properties for a list and their configuration options.
left
Add content to the left element as text, or use an expression.
right
Add content to the right element as text, or use an expression.
title
Add titles for the text on the left and right elements.
icon
Add an icon to show in the centerElement. A list of icons is available. See for more information.
style
isWaitingSync - Will display a "Waiting sync" indicator (cloud with a line through it), a visual indicator showing that data has not been synced to the cloud yet.
subtitle
Add a subtitle to either the left or right element as text, or use an expression.
onPress
The action is triggered while pressing on an item in the stage. Use IntelliSense (ctrl+space) to see the list of available actions.
Consideration
component.stagecan only be used in thecomponent.listor an expander.
Examples and code snippets
List with stage

This example shows list items with left and right elements and typically shows a start-and-end concept. Flight schedules are used in this example. However, you can choose a different icon for many different use cases.
Examples: See the full example using static data in GitHub. See the full example using dynamic data in GitHub.
Datasource: See the full datasource for static data in GitHub. See the full datasource for dynamic data in GitHub.
List with expander and stage as a Header

This example shows a list of expanders that have used the stage components as their header elements.
Expanders are ideal for displaying additional information without having to navigate to another page.
Examples: See the full example using static data in GitHub. See the full example using dynamic data in GitHub.
Datasource: See the full datasource for static data in GitHub. See the full datasource for dynamic data in GitHub.
Last updated
Was this helpful?