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

    Interface MicroflowSettings

    interface MicroflowSettings {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Pages$MicroflowSettings";
        asynchronous: boolean;
        confirmationInfo: null | ConfirmationInfo;
        formValidations: FormValidations;
        microflow: null | string;
        parameterMappings: MicroflowParameterMapping[];
        progressBar: ProgressBarType;
        progressMessage: null | Text;
        addMicroflowParameterMapping(): Promise<MicroflowParameterMapping>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Pages$MicroflowSettings"

    The type of the element.

    asynchronous: boolean
    confirmationInfo: null | ConfirmationInfo
    formValidations: FormValidations
    microflow: null | string
    parameterMappings: MicroflowParameterMapping[]
    progressBar: ProgressBarType
    progressMessage: null | Text

    Methods