{
"type": "slider",
"settingsDataKey": "slider",
"minValue": 0,
"maxValue": 100,
"step": 5,
"filledColor": "#34A7C9",
"unfilledColor": "#2B2F2F",
"constraints": [
{
"type": "pos",
"x": "40pt",
"y": "200pt"
},
{
"type": "pos",
"x": "-40pt",
"anchor": "e",
"relativeAnchor": "e"
},
{
"type": "size",
"height": "45pt"
}
]
}