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

    Interface BusinessImpactSectionProps

    Props for the BusinessImpactSection component

    interface BusinessImpactSectionProps {
        color: CIAComponentColor;
        impact: BusinessImpactDetails;
        testId?: string;
    }
    Index

    Properties

    Properties

    Color theme for the section (blue, green, or orange)

    Business impact data to display

    testId?: string

    Optional test ID for testing purposes