The vue component for a number control in the setting dropdown.
Props
Name | Type | Default value | Required? | Description |
---|---|---|---|---|
label |
String | - | Yes | The label for the number control. |
modelValue |
Number | - | Yes | The current value of the number control. |
layout |
String | - | Yes | The layout of the control. Can be 'mobile' or 'desktop'. |
popoverContent |
String | '' |
No | The content of the popover. |
verticalOffset |
Number | 0 |
No | The vertical offset of the popover. |
min |
Number | null |
No | The minimum value of the number control. |
max |
Number | null |
No | The maximum value of the number control. |
defaultValue |
Number | null |
No | The default value of the number control. |