CIA Compliance Manager API Documentation - v1.1.6
    Preparing search index...

    Interface SecurityRiskScoreProps

    interface SecurityRiskScoreProps {
        className?: string;
        label?: string;
        maxScore?: number;
        score: number;
        showPercentage?: boolean;
        size?: "sm" | "md" | "lg";
        testId?: string;
    }
    Index

    Properties

    className?: string
    label?: string
    maxScore?: number
    score: number
    showPercentage?: boolean
    size?: "sm" | "md" | "lg"
    testId?: string