BNA8/.resources/3bb422ea6fd6c8ae3d0d45648ce7cad719f29cc23b3109efff99e7ff022297d6

77 lines
1.4 KiB
Plaintext

{
"custom": {},
"params": {
"text": "Provide for a sufficient cooling of the device."
},
"propConfig": {
"params.text": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 300
}
},
"root": {
"children": [
{
"meta": {
"name": "Icon"
},
"position": {
"basis": "20px",
"shrink": 0
},
"props": {
"path": "material/brightness_1",
"style": {
"color": "black",
"marginLeft": 4,
"marginTop": 4
}
},
"type": "ia.display.icon"
},
{
"meta": {
"name": "Label"
},
"position": {
"grow": 1
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.text"
},
"type": "property"
}
}
},
"props": {
"textStyle": {
"color": "black",
"fontSize": "18px"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"alignContent": "center",
"alignItems": "flex-start",
"justify": "space-evenly",
"style": {
"gap": 7
}
},
"type": "ia.container.flex"
}
}