-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctionSignatures.json
More file actions
25 lines (23 loc) · 1.33 KB
/
Copy pathfunctionSignatures.json
File metadata and controls
25 lines (23 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"_schemaVersion": "1.0.0",
"DashboardEngine.DashboardEngine": {
"inputs": [
{"name": "Name", "kind": "ordered", "type": ["char"]},
{"name": "Theme", "kind": "namevalue", "type": ["choices={'light','dark'}"]},
{"name": "LiveInterval", "kind": "namevalue", "type": ["numeric", "scalar"]},
{"name": "InfoFile", "kind": "namevalue", "type": ["char"]},
{"name": "ProgressMode", "kind": "namevalue", "type": ["choices={'auto','on','off'}"]},
{"name": "ShowTimePanel", "kind": "namevalue", "type": ["logical", "scalar"]}
]
},
"DashboardEngine.addWidget": {
"inputs": [
{"name": "obj", "kind": "required", "type": ["DashboardEngine"]},
{"name": "type", "kind": "required", "type": ["choices={'barchart','chipbar','divider','fastsense','gauge','group','heatmap','histogram','iconcard','image','multistatus','number','rawaxes','scatter','sparkline','status','table','text','timeline'}"]},
{"name": "Position", "kind": "namevalue", "type": ["numeric", "size=1,4"]},
{"name": "Title", "kind": "namevalue", "type": ["char"]},
{"name": "Tag", "kind": "namevalue"},
{"name": "Label", "kind": "namevalue", "type": ["char"]}
]
}
}