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