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

    Class DefaultPluginManager

    Default implementation of a PluginManager.

    Implements

    Index

    Constructors

    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.