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

Block that returns a value based on a condition.

Type Parameters

  • T

Hierarchy

Index

Constructors

Properties

condition: FlowGraphDataConnection<boolean>

Input connection: The condition to check.

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

Input connection: The value to return if the condition is false.

Output connection: The value that was returned.

Input connection: The value to return if the condition is true.

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