CIA Compliance Manager API Documentation - v0.8.5

    Interface WidgetBaseProps

    Base props for all widgets

    All widgets in the application share these core properties, enabling consistent styling, testing, and interactive capabilities. This creates a unified dashboard experience for security officers and executives. 🎨

    interface WidgetBaseProps {
        className?: string;
        securityLevel?: SecurityLevel;
        testId?: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    className?: string

    Optional CSS class name

    securityLevel?: SecurityLevel

    Optional security level for widgets that only need one level

    testId?: string

    Optional test ID for testing

    MMNEPVFCICPMFPCPTTAAATR