How to use the panel.updateSetting function in panel

To help you get started, we’ve selected a few panel examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github NekR / PromisesDebuggerExtension / shared / fw / modules / settings.js View on Github external
events.on(child, checkbox.events.checked, function() {
          panel.updateSetting(child.get('string:setting'), child.get('checked'));
        });
      });