Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81152 views
1
{
2
"type": "object",
3
"properties": {
4
"onContentLoad": {
5
"type": "number",
6
"min": -1
7
},
8
"onLoad": {
9
"type": "number",
10
"min": -1
11
},
12
"comment": {
13
"type": "string"
14
}
15
}
16
}
17
18