Options
All
  • Public
  • Public/Protected
  • All
Menu

Block to set a variable.

experimental

Type Parameters

  • T

Hierarchy

Index

Constructors

  • Type Parameters

    • T

    Returns FlowGraphSetVariableBlock<T>

Properties

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

Input connection: The value to set on the variable.

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

Input connection: The input signal of the block.

uniqueId: string

A randomly generated GUID for each block.

variableName: FlowGraphDataConnection<string>

Input connection: The name of the variable to set.

Methods

  • Parameters

    Returns void

Legend

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

Settings

Theme