Files
BAT/ignition/gateway/projects/PrimeBAT/com.inductiveautomation.perspective/views/Docks/Menu/view.json

135 lines
3.3 KiB
JSON

{
"custom": {},
"params": {},
"props": {
"defaultSize": {
"width": 260
}
},
"root": {
"children": [
{
"meta": {
"name": "Features"
},
"position": {
"grow": 1,
"shrink": 0
},
"propConfig": {
"props.items[0].style.fontWeight": {
"binding": {
"config": {
"path": "page.props.path"
},
"transforms": [
{
"expression": "if ({value} \u003d {this.props.items[0].target}, \"bold\", \"normal\")",
"type": "expression"
}
],
"type": "property"
}
},
"props.items[1].style.fontWeight": {
"binding": {
"config": {
"path": "page.props.path"
},
"transforms": [
{
"expression": "if ({value} \u003d {this.props.items[1].target}, \"bold\", \"normal\")",
"type": "expression"
}
],
"type": "property"
}
},
"props.items[2].style.fontWeight": {
"binding": {
"config": {
"path": "page.props.path"
},
"transforms": [
{
"expression": "if ({value} \u003d {this.props.items[2].target}, \"bold\", \"normal\")",
"type": "expression"
}
],
"type": "property"
}
}
},
"props": {
"backActionStyle": {
"classes": "Menu/All_Header"
},
"backActionText": "All Features",
"itemStyle": {
"classes": "Menu/Item"
},
"items": [
{
"items": [],
"label": {
"icon": {
"path": "material/home"
},
"text": "Home"
},
"navIcon": {},
"showHeader": false,
"style": {
"classes": ""
},
"target": "/"
},
{
"items": [],
"label": {
"icon": {
"path": "material/show_chart"
},
"text": "Charts"
},
"navIcon": {},
"showHeader": false,
"style": {
"classes": ""
},
"target": "/charts"
},
{
"items": [],
"label": {
"icon": {
"path": "material/alarm"
},
"text": "Alarms"
},
"navIcon": {},
"showHeader": false,
"style": {
"classes": ""
},
"target": "/alarms"
}
],
"style": {
"classes": "Menu/Menu"
}
},
"type": "ia.navigation.menutree"
}
],
"meta": {
"name": "root"
},
"props": {
"style": {
"classes": "Menu/Menu"
}
},
"type": "ia.container.flex"
}
}