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