-
Notifications
You must be signed in to change notification settings - Fork 19
6f. Cell: Stepper
i_82 edited this page Mar 26, 2018
·
1 revision
Stepper
cell is a plain cell with a UIStepper
called cellStepper
inside.
Key | Type | Description | Flags | Default |
---|---|---|---|---|
min | Number | cellStepper.minimumValue |
Optional | 0 |
max | Number | cellStepper.maximumValue |
Optional | 100 |
step | Number | cellStepper.stepValue |
Optional | 1 |
autoRepeat | Boolean | cellStepper.autorepeat |
Optional | true |
isInteger | Boolean | value will be displayed and treated as integer | Optional | false |
icon is not supported.
value Type |
Description |
---|---|
Number | cellStepper.value |
{
"min": 1,
"default": 5,
"max": 10,
"autoRepeat": true,
"label": "Stepper",
"cell": "Stepper",
"key": "stepper",
"isInteger": true
}