GeoLeaf Core API - v3.0.0
    Preparing search index...

    Options for Config.init()

    interface ConfigInitOptions {
        config?: GeoLeafConfig;
        url?: string;
        headers?: Record<string, string>;
        strictContentType?: boolean;
        autoEvent?: boolean;
        onLoaded?: (config: GeoLeafConfig) => void;
        onError?: (err: Error) => void;
        profileId?: string;
    }
    Index

    Properties

    config?: GeoLeafConfig
    url?: string
    headers?: Record<string, string>
    strictContentType?: boolean
    autoEvent?: boolean
    onLoaded?: (config: GeoLeafConfig) => void
    onError?: (err: Error) => void
    profileId?: string