Beignet API reference
    Preparing search index...

    Interface DevtoolsConfig

    Devtools provider config loaded from DEVTOOLS_* env vars.

    interface DevtoolsConfig {
        ENABLED?: boolean;
        MAX_EVENTS?: number;
        PERSIST?: boolean;
        PERSIST_PATH?: string;
    }
    Index
    ENABLED?: boolean
    MAX_EVENTS?: number
    PERSIST?: boolean
    PERSIST_PATH?: string