(vm *goja.Runtime)
| 6 | ) |
| 7 | |
| 8 | func setPanelFunctions(vm *goja.Runtime) { |
| 9 | vm.Set(`PanelLayoutLoad`, PanelLayoutLoad) |
| 10 | vm.Set(`PanelLayoutNew`, PanelLayoutNew) |
| 11 | } |
| 12 | |
| 13 | // PanelLayoutLoad loads a panel layout from the datafiles panel-layouts directory. |
| 14 | // name is relative to panel-layouts/ and has no extension. |
no test coverage detected