GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Attaches the handler to a secondary navigation button (prev/next).

      Parameters

      • btn: HTMLElement

        Button DOM

      • direction: "next" | "prev"

        "prev" | "next"

      • nextThemeFn: () => void

        Function to activate the next theme

      • previousThemeFn: () => void

        Function to activate the previous theme

      Returns void