bunqueue
v2.8
API reference
all versions
·
guide
bunqueue
Guide
GitHub
Preparing search index...
client/workflow/types
ForEachDefinition
Interface ForEachDefinition
Definition of a forEach loop (type-erased)
interface
ForEachDefinition
{
items
:
ForEachItemsExtractor
<
any
,
any
>
;
maxIterations
:
number
;
step
:
StepDefinition
;
}
Index
Properties
items
max
Iterations
step
Properties
items
items
:
ForEachItemsExtractor
<
any
,
any
>
max
Iterations
maxIterations
:
number
step
step
:
StepDefinition
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
items
max
Iterations
step
Guide
GitHub
bunqueue
Loading...
Definition of a forEach loop (type-erased)