Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FlowGraphWithOnDoneExecutionBlock Abstract

experimental

An execution block that has an onDone signal. This signal is triggered when the execution of this block is done. Most execution blocks will inherit from this, except for the ones that have multiple signals to be triggered. (such as if blocks)

Hierarchy

Index

Properties

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

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.

Legend

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

Settings

Theme