BNA8/.resources/d7c1da01673a773a2e533f216d637b551d03464afa420f10eaa6d6a6fd3700fb

83 lines
1.6 KiB
Plaintext

{
"custom": {},
"params": {
"text": "Provide for a sufficient cooling of the device."
},
"propConfig": {
"custom.key": {
"persistent": true
},
"params.text": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 300
}
},
"root": {
"children": [
{
"meta": {
"name": "Icon"
},
"position": {
"basis": "25px",
"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": {
"style": {
"color": "black",
"fontSize": "18px",
"overflow": "visible",
"whiteSpace": "normal"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"alignContent": "center",
"alignItems": "flex-start",
"justify": "space-evenly",
"style": {
"gap": 7,
"paddingRight": 2
}
},
"type": "ia.container.flex"
}
}