{ "custom": {}, "params": { "label": "", "showArrow": true }, "propConfig": { "params.label": { "paramDirection": "input", "persistent": true }, "params.showArrow": { "paramDirection": "input", "persistent": true } }, "props": { "defaultSize": { "height": 40, "width": 270 } }, "root": { "children": [ { "meta": { "name": "Label" }, "position": { "shrink": 0 }, "propConfig": { "props.text": { "binding": { "config": { "path": "view.params.label" }, "type": "property" } } }, "props": { "textStyle": { "color": "currentcolor" } }, "type": "ia.display.label" }, { "meta": { "name": "Arrow" }, "propConfig": { "position.display": { "binding": { "config": { "expression": "{view.params.showArrow}" }, "type": "expr" } } }, "props": { "color": "currentcolor", "path": "material/arrow_right", "style": { "height": "20px", "width": "20px" } }, "type": "ia.display.icon" } ], "meta": { "name": "root" }, "props": { "alignItems": "center", "style": { "cursor": "default" } }, "type": "ia.container.flex" } }