datadog-ux-utils Documentation - v1.0.0
    Preparing search index...

    Type Alias ConstrainedHeuristics

    type ConstrainedHeuristics = {
        effectiveTypes: string[];
        maxDownlinkMbps: number;
        minRttMs: number;
        respectSaveData: boolean;
    }
    Index

    Properties

    effectiveTypes: string[]
    maxDownlinkMbps: number
    minRttMs: number
    respectSaveData: boolean