@mendix/extensions-api - v0.3.0
    Preparing search index...

    Type Alias ProgressDialogResult

    Represents the result of a progress dialog.

    type ProgressDialogResult = {
        failedStep?: FailedProgressStepResult;
        result: ProgressDialogResultType;
    }
    Index

    Properties

    Properties

    The step that failed, if any.

    The result type of the progress dialog.