@mendix/extensions-api - v0.12.0
Mendix Docs
Mendix
Preparing search index...
Microflows
MicroflowCreationOptions
Interface MicroflowCreationOptions
interface
MicroflowCreationOptions
{
flows
?:
Microflows
.
Flow
[]
;
name
:
string
;
objects
?:
MicroflowObject
[]
;
parameters
?:
MicroflowParameterObject
[]
;
returnType
?:
|
"Binary"
|
"Boolean"
|
"DateTime"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Integer"
|
"Float"
|
"Object"
|
"Void"
|
"List"
;
returnTypeEntity
?:
string
;
returnTypeEnumeration
?:
string
;
}
Index
Properties
flows?
name
objects?
parameters?
return
Type?
return
Type
Entity?
return
Type
Enumeration?
Properties
Optional
flows
flows
?:
Microflows
.
Flow
[]
name
name
:
string
Optional
objects
objects
?:
MicroflowObject
[]
Optional
parameters
parameters
?:
MicroflowParameterObject
[]
Optional
return
Type
returnType
?:
|
"Binary"
|
"Boolean"
|
"DateTime"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Integer"
|
"Float"
|
"Object"
|
"Void"
|
"List"
Optional
return
Type
Entity
returnTypeEntity
?:
string
Optional
return
Type
Enumeration
returnTypeEnumeration
?:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
flows
name
objects
parameters
return
Type
return
Type
Entity
return
Type
Enumeration
Mendix Docs
Mendix
@mendix/extensions-api - v0.12.0
Loading...