Skip to content

ThresholdsMode🔗

Thresholds can either be absolute (specific number) or percentage (relative to min or max, it will be values between 0 and 1).

Definition🔗

export enum ThresholdsMode {
    Absolute = "absolute",
    Percentage = "percentage",
}