File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -422,6 +422,9 @@ export const EDIT_WIDGETS = {
422422 enableRename : false ,
423423 hideOnClose : true ,
424424 pos : 0 ,
425+ props : {
426+ model : 'netParams.cellParams' ,
427+ } ,
425428 } ,
426429 popParams : {
427430 id : 'popParams' ,
@@ -433,6 +436,9 @@ export const EDIT_WIDGETS = {
433436 enableRename : false ,
434437 hideOnClose : true ,
435438 pos : 1 ,
439+ props : {
440+ model : 'netParams.popParams' ,
441+ } ,
436442 } ,
437443 synMechParams : {
438444 id : 'synMechParams' ,
@@ -444,6 +450,9 @@ export const EDIT_WIDGETS = {
444450 enableRename : false ,
445451 hideOnClose : true ,
446452 pos : 2 ,
453+ props : {
454+ model : 'netParams.synMechParams' ,
455+ } ,
447456 } ,
448457 connParams : {
449458 id : 'connParams' ,
@@ -455,6 +464,9 @@ export const EDIT_WIDGETS = {
455464 hideOnClose : true ,
456465 enableRename : false ,
457466 pos : 3 ,
467+ props : {
468+ model : 'netParams.connParams' ,
469+ } ,
458470 } ,
459471 stimSourceParams : {
460472 id : 'stimSourceParams' ,
@@ -466,6 +478,9 @@ export const EDIT_WIDGETS = {
466478 panelName : TOP_PANEL ,
467479 enableRename : false ,
468480 pos : 4 ,
481+ props : {
482+ model : 'netParams.stimSourceParams' ,
483+ } ,
469484 } ,
470485 stimTargetParams : {
471486 id : 'stimTargetParams' ,
@@ -477,6 +492,9 @@ export const EDIT_WIDGETS = {
477492 panelName : TOP_PANEL ,
478493 enableRename : false ,
479494 pos : 5 ,
495+ props : {
496+ model : 'netParams.stimTargetParams' ,
497+ } ,
480498 } ,
481499 analysis : {
482500 id : 'analysis' ,
@@ -488,6 +506,9 @@ export const EDIT_WIDGETS = {
488506 panelName : TOP_PANEL ,
489507 enableRename : false ,
490508 pos : 6 ,
509+ props : {
510+ model : 'simConfig.analysis' ,
511+ } ,
491512 } ,
492513 simConfig : {
493514 id : 'simConfig' ,
You can’t perform that action at this time.
0 commit comments