Options
All
  • Public
  • Public/Protected
  • All
Menu
experimental

Block that executes an action in a loop.

Hierarchy

Index

Constructors

  • Returns FlowGraphForLoopBlock

Properties

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

endIndex: FlowGraphDataConnection<number>

Input connection: The end index of the loop.

Output connection: The current index of the loop.

Output connection: The signal that is activated when the loop is done.

Output connection: The signal that is activated when the loop body is executed.

Input connection: The input signal of the block.

startIndex: FlowGraphDataConnection<number>

Input connection: The start index of the loop.

Input connection: The step of the loop.

uniqueId: string

A randomly generated GUID for each block.

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme