GeoLeaf Core API - v3.0.0
    Preparing search index...
    ToastRendererLifecycle: { init(): void; _reset(): void } = ...

    Idempotent lifecycle for the toast renderer.

    Type Declaration

    • init: function
    • _reset: function
      • Registry destroy / test seam: detaches listeners, unhooks the notify primitive, tears down the renderer and removes the container this lifecycle created.

        Unregistering is not tidiness. destroy() leaves the singleton without a container, where _processQueue drops everything it is handed — so a primitive still pointing at it turns every later notify() into a lost message, with no console fallback either, since the primitive believes it has a renderer.

        Returns void