{
"type": "segmented",
"formDataKey": "segementedButton",
"fontSize": "20pt",
"fontColor": "#6D7070",
"fontColorSelected": "#F3F3F3",
"colorSelected": "#34A7C9",
"colorUnselected": "#2B2F2F",
"scaleType": "alignCenter",
"borderRadius": "20pt",
"borderWidth": "1pt",
"borderColor": "#f3f3f3",
"values": [
"left",
"right"
],
"value": "left",
"constraints": [
{
"type": "pos",
"anchor": "c",
"x": "50%",
"y": "30%"
},
{
"type": "size",
"height": "15%",
"width": "80%"
}
]
}