GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Renders an external website link: <div class="gl-poi-link-container"><a class="gl-poi-website-link" target="_blank" rel="noopener noreferrer">. The URL is validated via safeUrl; the anchor text is config.label (defaulting to "Visiter le site web →").

      Parameters

      • config: RenderField

        Field configuration (provides the optional anchor label).

      • value: unknown

        Already-resolved URL.

      Returns HTMLElement | null

      The rendered element, or null when the URL is empty or unsafe.