GeoLeaf Core API - v3.0.0
    Preparing search index...
    domState: {
        overlay: HTMLElement | null;
        toolbar: HTMLElement | null;
        filterGroup: HTMLElement | null;
        filterBtn: HTMLElement | null;
        resetBtn: HTMLElement | null;
        scrollEl: HTMLElement | null;
        navUp: HTMLElement | null;
        navDown: HTMLElement | null;
        panelTitle: HTMLElement | null;
        panelBody: HTMLElement | null;
        tooltipEl: HTMLElement | null;
        activeSheetId: string | null;
        options: MobileToolbarOptions | null;
        filterCheckInterval: number | null;
        proximityActive: boolean;
        proximityBar: HTMLElement | null;
        proximitySlider: HTMLInputElement | null;
        proximityValidateBtn: HTMLButtonElement | null;
        proximityInstruction: HTMLElement | null;
        proximityRadiusLabel: HTMLElement | null;
        restoreOnClose: RestoreEntry[];
        lastFocusedElement: HTMLElement | null;
    } = ...

    Shared mutable DOM and runtime state — populated during init by each sub-module.

    Type Declaration

    • overlay: HTMLElement | null
    • toolbar: HTMLElement | null
    • filterGroup: HTMLElement | null
    • filterBtn: HTMLElement | null
    • resetBtn: HTMLElement | null
    • scrollEl: HTMLElement | null
    • panelTitle: HTMLElement | null
    • panelBody: HTMLElement | null
    • tooltipEl: HTMLElement | null
    • activeSheetId: string | null
    • options: MobileToolbarOptions | null
    • filterCheckInterval: number | null
    • proximityActive: boolean
    • proximityBar: HTMLElement | null
    • proximitySlider: HTMLInputElement | null
    • proximityValidateBtn: HTMLButtonElement | null
    • proximityInstruction: HTMLElement | null
    • proximityRadiusLabel: HTMLElement | null
    • restoreOnClose: RestoreEntry[]
    • lastFocusedElement: HTMLElement | null