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

A block that evaluates a condition and executes one of two branches.

Hierarchy

Index

Constructors

  • Returns FlowGraphBranchBlock

Properties

condition: FlowGraphDataConnection<boolean>

Input connection: The condition to evaluate.

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

Output connection: The branch to execute if the condition is false.

Input connection: The input signal of the block.

Output connection: The branch to execute if the condition is true.

uniqueId: string

A randomly generated GUID for each block.

Methods

  • Parameters

    Returns void

Legend

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

Settings

Theme