CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...
    interface WidgetContainerProps {
        title: string;
        children: ReactNode;
        isLoading?: boolean;
        loading?: boolean;
        error?: string | Error | null;
        className?: string;
        testId?: string;
        errorContent?: ReactNode;
        icon?: ReactNode;
        actions?: ReactNode;
    }
    Index

    Properties

    title: string
    children: ReactNode
    isLoading?: boolean
    loading?: boolean
    error?: string | Error | null
    className?: string
    testId?: string
    errorContent?: ReactNode
    icon?: ReactNode
    actions?: ReactNode