stepper
This component displays the progress status of a task. Useful when tracking deliveries or claims. This component can only be used in a jig.default.
Core structure | |
---|---|
data | Define the data to be used in the step items, you can use expressions to reference a datasource. |
item | There is only one available option, which is step. The item property is core for the stepper component, so even if you are creating a non-expandable stepper you must configure the step component's title and value properties with an empty string: "" |
completedPercentage | Define the percentage to be displayed on the chart. Example "0.24" => 24 %. 1 represents 100% complete. |
Other options | |
---|---|
isExpandable | Set to true the stepper will be expandable into steps. Set to false the stepper is not expandable. |
style | The styling determines the color of the chart. There are three colors options. For example if the status is complete use isPositive to show the chart in green. If no style is specified the chart shows in blue. are styling sets:
|
subtitle | The subtitle/short description of the stepper to display under the title. You can use an expression to set the subtitle. |
title | The title for the stepper, you can use an expression to set the title. |