SAT9/.resources/4559f6bf8ba022ad4384a09e6c7ac82a29fec61dd5a680f117c35e038a58c6e6
2025-04-18 19:44:27 +04:00

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"
}
}