{ "custom": {}, "params": { "direction": { "downward": false, "left": false, "right": false, "upward": false }, "pageid": "" }, "propConfig": { "params.direction": { "paramDirection": "input", "persistent": true }, "params.pageid": { "paramDirection": "input", "persistent": true } }, "props": { "defaultSize": { "height": 45, "width": 45 } }, "root": { "children": [ { "events": { "component": { "onActionPerformed": { "config": { "script": "\tsystem.perspective.navigate(\"/\" + self.view.params.pageid)" }, "scope": "G", "type": "script" } } }, "meta": { "name": "Button", "tooltip": { "enabled": true } }, "position": { "basis": "45px" }, "propConfig": { "meta.tooltip.text": { "binding": { "config": { "path": "view.params.pageid" }, "type": "property" } }, "props.align": { "persistent": true }, "props.image.icon.path": { "binding": { "config": { "expression": "if({view.params.direction.upward},\"material/keyboard_arrow_up\",\nif({view.params.direction.downward},\"material/keyboard_arrow_down\",\nif({view.params.direction.left},\"material/keyboard_arrow_left\",\nif({view.params.direction.right},\"material/keyboard_arrow_right\",0))))" }, "type": "expr" } } }, "props": { "image": { "height": 45, "icon": { "color": "#000000" }, "position": "center", "width": 45 }, "style": { "backgroundColor": "#F6F6F6" }, "text": "" }, "type": "ia.input.button" } ], "meta": { "name": "root" }, "props": { "direction": "column" }, "type": "ia.container.flex" } }