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

    Interface BusinessImpactSectionProps

    Props for the BusinessImpactSection component

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

    Properties

    Properties

    Business impact data to display

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

    testId?: string

    Optional test ID for testing purposes