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

    Interface SecurityLevelSelectorProps

    interface SecurityLevelSelectorProps {
        component: "confidentiality" | "integrity" | "availability";
        selectedLevel: SecurityLevel;
        onLevelChange: (level: SecurityLevel) => void;
        mode?: "horizontal" | "vertical";
        highlight?: boolean;
        compact?: boolean;
        disabled?: boolean;
        testId?: string;
    }
    Index

    Properties

    component: "confidentiality" | "integrity" | "availability"
    selectedLevel: SecurityLevel
    onLevelChange: (level: SecurityLevel) => void
    mode?: "horizontal" | "vertical"
    highlight?: boolean
    compact?: boolean
    disabled?: boolean
    testId?: string