{ "custom": {}, "params": { "pageid": "value", "panel_id": "value", "text": "value" }, "propConfig": { "params.pageid": { "paramDirection": "input", "persistent": true }, "params.panel_id": { "paramDirection": "input", "persistent": true }, "params.text": { "paramDirection": "input", "persistent": true } }, "props": { "defaultSize": { "height": 30, "width": 160 } }, "root": { "children": [ { "events": { "component": { "onActionPerformed": { "config": { "script": "\tsystem.perspective.navigate(\"/\" + self.view.params.pageid)" }, "scope": "G", "type": "script" } } }, "meta": { "name": "Button" }, "position": { "basis": "80%", "grow": 1 }, "props": { "image": { "icon": { "path": "material/not_started" } }, "style": { "backgroundColor": "#00B900", "borderStyle": "groove", "borderWidth": 3, "cursor": "pointer" }, "text": "Global Start", "textStyle": { "color": "#000000", "fontFamily": "inherit", "fontSize": "1vmin", "fontWeight": "bold" } }, "type": "ia.input.button" } ], "meta": { "name": "root" }, "props": { "alignContent": "flex-start", "justify": "center" }, "type": "ia.container.flex" } }