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

    Idempotent event wiring for the Labels capability. Safe to call multiple times.

    Type Declaration

    • init: function
    • _reset: function
      • Detaches the seam, removes the injected buttons and tears down labels (module destroy / test seam).

        The button removal is not cosmetic: each button carries two listeners (attachEventHandler) and nothing else releases them, so a destroy with no re-init left clickable 🏷️ toggles wired to a destroyed singleton.

        Returns void