Arc.React
    Preparing search index...

    Interface DialogComponentsProps

    Props for the DialogComponentsWrapper component.

    interface DialogComponentsProps {
        busyIndicator?: FC<BusyIndicatorDialogRequest>;
        children?: Element | Element[];
        confirmation?: FC<ConfirmationDialogRequest>;
    }
    Index

    Properties

    busyIndicator?: FC<BusyIndicatorDialogRequest>

    Optional busy indicator dialog component to use. If not provided, a default empty fragment will be used.

    children?: Element | Element[]

    Optional children elements to render within the dialog components context.

    confirmation?: FC<ConfirmationDialogRequest>

    Optional confirmation dialog component to use. If not provided, a default empty fragment will be used.