ecspresso
    Preparing search index...

    Type Alias PluginCleanupRegistrar

    PluginCleanupRegistrar: (fn: () => void) => void

    Registrar passed as the second argument to a plugin's install function. Each registered disposer runs (in reverse order) when the plugin is uninstalled via world.uninstallPlugin(id) or when world.dispose() is called.

    Type Declaration

      • (fn: () => void): void
      • Parameters

        • fn: () => void

        Returns void