@flowscripter/dynamic-plugin-framework
    Preparing search index...

    Class HttpPluginManager

    BaseMarketplacePluginManager for HTTP manifest-backed marketplaces.

    Combines one or more HttpManifestPluginRepository remotes with a local LocalFolderPluginRepository. Plugins are installed by fetching their bundle via HTTP and persisting a manifest entry.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    repository used to load installed plugins.

    marketplace repositories used for search and as install sources.

    Methods

    • Instantiate a specific Extension.

      Parameters

      • extensionHandle: string

        the opaque handle for the Extension provided by this Extension Manager instance via ExtensionInfo.extensionHandle.

      • OptionalhostData: Map<string, string>

        optional data to be passed in to the Extension when instantiating it.

      Returns Promise<unknown>

      an Extension instance implementing an Extension Point.