SAT9/.resources/903530ae489ebea6761bebb12b9ea824a40af797a8445c1e9ecc0b27e706e06c

68 lines
1.3 KiB
Plaintext

{
"custom": {},
"params": {
"stylePath": "value",
"text": "value"
},
"propConfig": {
"params.stylePath": {
"paramDirection": "input",
"persistent": true
},
"params.text": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 30,
"width": 210
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "209px"
},
"propConfig": {
"props.style.classes": {
"binding": {
"config": {
"expression": "{view.params.stylePath}"
},
"type": "expr"
}
},
"props.text": {
"binding": {
"config": {
"expression": "{view.params.text}"
},
"type": "expr"
}
}
},
"props": {
"style": {}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"alignItems": "center",
"justify": "center",
"style": {
"overflow": "hidden"
}
},
"type": "ia.container.flex"
}
}