@mendix/extensions-api - v0.9.0
Mendix Docs
Mendix
Preparing search index...
Microflows
LoopedActivityCreationOptions
Interface LoopedActivityCreationOptions
interface
LoopedActivityCreationOptions
{
iterableListSource
?:
{
iteratorVariableName
?:
string
;
listVariableName
:
string
;
}
;
objects
:
MicroflowObject
[]
;
relativeMiddlePoint
?:
Location
;
size
?:
Size
;
whileLoopSource
?:
{
caption
:
string
;
condition
:
string
}
;
}
Index
Properties
iterable
List
Source?
objects
relative
Middle
Point?
size?
while
Loop
Source?
Properties
Optional
iterable
List
Source
iterableListSource
?:
{
iteratorVariableName
?:
string
;
listVariableName
:
string
}
objects
objects
:
MicroflowObject
[]
Optional
relative
Middle
Point
relativeMiddlePoint
?:
Location
Optional
size
size
?:
Size
Optional
while
Loop
Source
whileLoopSource
?:
{
caption
:
string
;
condition
:
string
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
iterable
List
Source
objects
relative
Middle
Point
size
while
Loop
Source
Mendix Docs
Mendix
@mendix/extensions-api - v0.9.0
Loading...