-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
64 lines (63 loc) · 1.49 KB
/
manifest.json
File metadata and controls
64 lines (63 loc) · 1.49 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"mix_package_version": "1",
"mix_package_type": "webcomponent",
"file": "rmx-scatterplot.js",
"tag": "rmx-scatterplot",
"version": "1.0.0",
"icon": "scatter-chart",
"description": "Interactive WebGL scatterplot (regl-scatterplot)",
"url": "https://agt.files.remix.app/remix-libraries/files/webcomps/rmx-scatterplot/v12/rmx-scatterplot.js",
"module": true,
"ins": [
{
"name": "parquet-url",
"type": "url",
"defaultValue": ""
},
{
"name": "x",
"type": "string",
"defaultValue": "projection_x"
},
{
"name": "y",
"type": "string",
"defaultValue": "projection_y"
},
{
"name": "cluster-id",
"type": "string",
"defaultValue": "cluster_id"
},
{
"name": "point-size",
"type": "number",
"defaultValue": 4
},
{
"name": "selected-cluster-name",
"type": "string",
"defaultValue": ""
},
{
"name": "select-cluster",
"type": "event"
}
],
"events": [
{
"name": "selected-point"
},
{
"name": "selected-points",
"payload": [{}]
},
{
"name": "clusters-changed",
"payload": [{}]
}
],
"slots": {
"type": "NoSlots"
}
}