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

    Class PluginManager

    Index

    Constructors

    Properties

    activation: Event<
        {
            error?: any;
            event: string;
            state: "activating"
            | "activated"
            | "error";
        },
    > = ...
    context: PluginContext
    registry: Registry

    Accessors

    Methods

    • Deactivates all of the modules for a plugin.

      Parameters

      • id: string

        The id of the plugin.

      Returns Promise<boolean>

      Whether the deactivation was successful.