@dxos/app-framework - v0.9.0
    Preparing search index...

    Class Manager

    Owns the cached registry catalog state and forwards listVersions / getPlugin calls to the underlying PluginProvider. Lives on the PluginManager (as manager.pluginRegistry) so consumers can reach it through the manager without a separate capability lookup.

    On construction the manager kicks off a background fetch via provider.listPlugins() and writes the result into the plugins atom. Subscribers see loading: true during the fetch and loading: false once it settles.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    plugins: Writable<PluginsState>

    Methods