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

A block that throttles the execution of its output flow.

Hierarchy

Index

Constructors

  • Returns FlowGraphThrottleBlock

Properties

dataInputs: FlowGraphDataConnection<any>[]

The data inputs of the block.

dataOutputs: FlowGraphDataConnection<any>[]

The data outputs of the block.

duration: FlowGraphDataConnection<number>

Input connection: The duration of the throttle, in ms.

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 throttle.

timeRemaining: FlowGraphDataConnection<number>

Output connection: The time remaining before the throttle is done, in ms.

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