How to use the golden-layout/dist/goldenlayout.min.js function in golden-layout

To help you get started, we’ve selected a few golden-layout 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 stayradiated / terminal.sexy / lib / stores / window.js View on Github external
_createLayout: function (el) {
    var config = LocalStore.load(STORAGE_ID) || defaultConfig;
    this.layout = new GoldenLayout(config, el);
    this._register(this.layout);
    this.layout.init();
    this.trigger(this.layout);
  },

golden-layout

A multi-screen javascript Layout manager

MIT
Latest version published 2 years ago

Package Health Score

57 / 100
Full package analysis