CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Interface SecurityLevelSummaryItemProps

    interface SecurityLevelSummaryItemProps {
        label: string;
        value: SecurityLevel;
        icon?: string;
        testId?: string;
        color?: string;
        borderColor?: string;
        compact?: boolean;
    }
    Index

    Properties

    label: string
    icon?: string
    testId?: string
    color?: string
    borderColor?: string
    compact?: boolean