GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Displays the startup toast. Respects the debug.showBootInfo config (default: true in dev, false in prod).

      Parameters

      • GeoLeaf: BootInfoNamespace | null | undefined

        The global GeoLeaf namespace

      • Optionaloptions: BootInfoOptions = {}

        Options for showBootInfo.

        • Optionalforce?: boolean

          Force display even when disabled via debug.showBootInfo.

        • Optionalduration?: number

          Display duration in ms (reserved — currently logged only).

      Returns void