Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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)