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

    Interface MicroflowParameter

    interface MicroflowParameter {
        $CreationOptions?: MicroflowParameterCreationOptions;
        $ID: string;
        $Type: "Microflows$MicroflowParameter";
        name: string;
        parameterType: DataType;
        delete(): void;
        getContainer(): Microflow;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Microflows$MicroflowParameter"

    The type of the element.

    name: string
    parameterType: DataType

    Methods

    • Returns void