@mendix/extensions-api - v0.12.0
Mendix Docs
Mendix
Preparing search index...
Microflows
MicroflowParameterObjectCreationOptions
Interface MicroflowParameterObjectCreationOptions
interface
MicroflowParameterObjectCreationOptions
{
entity
?:
string
;
enumeration
?:
string
;
name
:
string
;
type
:
|
"Boolean"
|
"DateTime"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Integer"
|
"Object"
|
"List"
;
x
:
number
;
y
:
number
;
}
Index
Properties
entity?
enumeration?
name
type
x
y
Properties
Optional
entity
entity
?:
string
Optional
enumeration
enumeration
?:
string
name
name
:
string
type
type
:
|
"Boolean"
|
"DateTime"
|
"Decimal"
|
"Enumeration"
|
"String"
|
"Integer"
|
"Object"
|
"List"
x
x
:
number
y
y
:
number
Settings
Theme
OS
Light
Dark
On This Page
Properties
entity
enumeration
name
type
x
y
Mendix Docs
Mendix
@mendix/extensions-api - v0.12.0
Loading...