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

    Interface MicroflowParameterObjectCreationOptions

    interface MicroflowParameterObjectCreationOptions {
        name: string;
        type?:
            | "Binary"
            | "Boolean"
            | "DateTime"
            | "String"
            | "Decimal"
            | "Integer"
            | "Float"
            | "Void";
    }

    Hierarchy

    • NamedElementInitOptions
      • MicroflowParameterObjectCreationOptions
    Index

    Properties

    Properties

    name: string
    type?:
        | "Binary"
        | "Boolean"
        | "DateTime"
        | "String"
        | "Decimal"
        | "Integer"
        | "Float"
        | "Void"