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

    Interface ComponentImpactWidgetProps

    Props for component impact widgets

    These widgets help analyze the impact of security levels on specific CIA components, allowing focused assessment of individual security aspects. 🔍

    interface ComponentImpactWidgetProps {
        className?: string;
        testId?: string;
        securityLevel?: SecurityLevel;
        level: SecurityLevel;
        componentType: "confidentiality" | "integrity" | "availability";
    }

    Hierarchy (View Summary)

    Index
    className?: string

    Optional CSS class name

    testId?: string

    Optional test ID for testing

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    Security level for this component

    componentType: "confidentiality" | "integrity" | "availability"

    The CIA component type to display