Options
All
  • Public
  • Public/Protected
  • All
Menu

A block that executes a branch a set number of times.

experimental

Hierarchy

Index

Constructors

  • Returns FlowGraphDoNBlock

Properties

currentCount: FlowGraphDataConnection<number>

Output connection: The number of times the block has been executed.

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

maxNumberOfExecutions: FlowGraphDataConnection<number>

Input connection: The maximum number of times the block can be executed.

Output connection: The signal that is triggered when the execution of this block is done.

Input connection: The input signal of the block.

Input connection: Resets the counter

uniqueId: string

A randomly generated GUID for each block.

Methods

Legend

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

Settings

Theme