Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface LoadOptions

    interface LoadOptions {
        cacheKey?: string;
        cacheTTL?: number;
        retries?: number;
        retryBackoff?: number;
        parseCSV?: boolean;
    }
    Index

    Properties

    cacheKey?: string

    Cache key for localStorage caching

    cacheTTL?: number

    Cache TTL in milliseconds (default: 7 days)

    retries?: number

    Number of retry attempts (default: 3)

    retryBackoff?: number

    Retry backoff in milliseconds (default: 2000)

    parseCSV?: boolean

    Parse as CSV using d3.csvParse (default: false)