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

    Interface ErrorProviderProps

    Props for ErrorProvider

    interface ErrorProviderProps {
        children: ReactNode;
        maxErrors?: number;
        defaultToastPosition?: ToastPosition;
        defaultAutoHideDuration?: number;
    }
    Index

    Properties

    children: ReactNode

    Child components

    maxErrors?: number

    Maximum number of errors to track

    defaultToastPosition?: ToastPosition

    Default toast position

    defaultAutoHideDuration?: number

    Default toast auto-hide duration