@tak-ps/cloudtak Plugin API
    Preparing search index...

    Interface PluginInstance

    interface PluginInstance {
        disable(): Promise<void>;
        enable(): Promise<void>;
    }
    Index

    Methods

    Methods

    • Called if the user disables the plugin, the plugin must remove all functionality from the user facing app

      Returns Promise<void>

    • Called after install if the server has the plugin enabled by default or if the user has opted in to the plugin functionality

      Returns Promise<void>