Files
Stream_PHX_A7/Gateways/FE/projects/.resources/13b915102be7706d174da94313469af1d7e10e5a1f039c933e420426320b5b57

85 lines
1.6 KiB
Plaintext

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