@metacell/geppetto-meta-client
Version:
Geppetto web frontend. Geppetto is an open-source platform to build web-based tools to visualize and simulate neuroscience data and models.
23 lines • 414 B
JavaScript
export default {
"global": {
"sideBorders": 8,
"tabSetHeaderHeight": 26,
"tabSetTabStripHeight": 26,
"enableEdgeDock": false,
"borderBarSize": 1
},
"borders": [{
"type": "border",
"location": "bottom",
"size": 1,
"barSize": 1,
"children": []
}],
"layout": {
"type": "tabset",
"weight": 100,
"id": "root",
"active": "true",
"children": []
}
};