CIA Compliance Manager API Documentation - v0.8.5

    Interface BaseWidgetProps

    Base widget props shared by all widgets

    interface BaseWidgetProps {
        children?: ReactNode;
        className?: string;
        testId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children?: ReactNode

    Optional children elements

    className?: string

    Optional CSS class name

    testId?: string

    Optional test ID for automated testing

    MMNEPVFCICPMFPCPTTAAATR