JSPM

pane-registry

2.4.27
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 665
  • Score
    100M100P100Q100661F
  • License MIT

Solid-compatible Panes: Pane Registry

Package Exports

  • pane-registry
  • pane-registry/paneRegistry.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pane-registry) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pane-registry

An index to hold all loaded solid panes, whether statically or dynamically loaded

Adendum

The pane registry is a crucial part of the Solid Panes system. It is where any pane inserts itself or is inserted. In the standard working of SolidOS, there is one place in solid-panes where all the normal panes are loaded into the pane registry (see: registerPanes.js in solid-panes). But other apps, and especially developers developing new panes can insert their own panes. And so we hope we will end up with panes dynamically laoded according to user configuration preferences.