Files
Oracle-TX11-TX21/gateway_frontend/projects/.resources/08a098c40bbe6739eb80f13d8150feb0ec58149c0d0d2e096edb3972d3812b97

112 lines
2.2 KiB
Plaintext

{
"custom": {
"value": false
},
"params": {
"item": {
"access_level": 0,
"format": "0.0",
"group": 1,
"is_hidden": false,
"is_read_only": false,
"item_label": "Remote Start",
"order": 1,
"states": [
"Off",
"On"
],
"sub_path": "/Control/start",
"tagpath": "[Ignition_TX21_BE]DM11/Testing_CDU/Control/start",
"type": "control",
"widget": "btn_set_reset"
}
},
"propConfig": {
"custom.value": {
"binding": {
"config": {
"bidirectional": true,
"fallbackDelay": 2.5,
"mode": "indirect",
"references": {
"tagpath": "{view.params.item.tagpath}"
},
"tagPath": "{tagpath}/val"
},
"type": "tag"
},
"persistent": true
},
"params.item": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 50,
"width": 500
}
},
"root": {
"children": [
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.value \u003d True"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Button"
},
"position": {
"basis": "80px"
},
"props": {
"text": "Start"
},
"type": "ia.input.button"
},
{
"events": {
"dom": {
"onClick": {
"config": {
"script": "\tself.view.custom.value \u003d False"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "Button_0"
},
"position": {
"basis": "80px"
},
"props": {
"text": "Stop"
},
"type": "ia.input.button"
}
],
"meta": {
"name": "root"
},
"props": {
"justify": "center",
"style": {
"gap": "var(--space-sm)",
"padding": "var(--space-xs)"
}
},
"type": "ia.container.flex"
}
}