jc-stage
The schema defines the following properties:
Property | Type | Required | Description |
type | component.stage | true | |
instanceId | InstanceId | Expression | false | |
when | Expression | boolean | false | |
options | Stage Options | true | |
Properties of the options object:
Property | Type | Required | Description |
right | Right element | true | |
left | Left element | true | |
icon | icon-name | string | false | Icon component |
onPress | false | Action that will be triggered by pressing on this component. | |
style | Stage component styles | false | Style of the stage component. More of them can be true. It will be evaluated based on priority. |
Properties of the right object:
Property | Type | Required | Description |
title | string | Expression | TextWithFormat | TextLocale | true | |
subtitle | string | Expression | TextWithFormat | TextLocale | false | |
Properties of the left object:
Property | Type | Required | Description |
title | string | Expression | TextWithFormat | TextLocale | true | |
subtitle | string | Expression | TextWithFormat | TextLocale | false | |
icon (icon-name | string)
Icon component
The object must be any of the following types:
Action that will be triggered by pressing on this component.
Style of the stage component. More of them can be true. It will be evaluated based on priority.
Properties of the style object:
Property | Type | Required | Description |
isWaitingSync | boolean | string | false | Will display "Waiting sync" indicator |
Will display "Waiting sync" indicator
The object must be any of the following types:
