-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidget.json
More file actions
50 lines (50 loc) · 1.37 KB
/
widget.json
File metadata and controls
50 lines (50 loc) · 1.37 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"id": "com.demo.jointjs",
"version": "1.0.3",
"name": "Demo JointJS",
"description": "A JointJS Demo",
"newInstancePrefix": "JointJS",
"icon": "https://www.sample.com/customwidgets/coloredbox/icon.png",
"vendor": "Demo",
"eula": "",
"license": "",
"webcomponents": [
{
"kind": "main",
"tag": "com-demo-jointjs",
"url": "https://gaalve.github.io/SAC_Process_Mining/widget.js",
"integrity": "",
"ignoreIntegrity": true
},
{
"kind": "builder",
"tag": "com-demo-jointjs-builder",
"url": "https://gaalve.github.io/SAC_Process_Mining/widget_builder.js",
"integrity": "",
"ignoreIntegrity": true
}
],
"properties": {},
"methods": {},
"events": {
"onClick": {
"description": "Called when the user clicks the Colored Box."
}
},
"dataBindings": {
"flowChartData": {
"feeds": [
{
"id": "dimensions",
"description": "Dimensions",
"type": "dimension"
},
{
"id": "measures",
"description": "Measures",
"type": "mainStructureMember"
}
]
}
}
}