Arc.React
    Preparing search index...

    Interface IDialogComponents

    Defines the interface representing the context of dialog components.

    Index

    Properties

    busyIndicator?: FC<BusyIndicatorDialogRequest>

    The busy indicator dialog component, typically used for spinners.

    closeBusyIndicator: CloseDialog<object>

    Closes the busy indicator dialog.

    confirmation?: FC<ConfirmationDialogRequest>

    The confirmation dialog component.

    Shows a busy indicator dialog with the specified request.

    Shows a confirmation dialog with the specified request.