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

This block debounces the execution of a input, i.e. ensures that the input is only executed once every X times

Hierarchy

Index

Constructors

  • Returns FlowGraphDebounceBlock

Properties

Input: The number of times the input must be executed before the onDone signal is activated

currentCount: FlowGraphDataConnection<number>

Output: The current count of the debounce counter

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.

Input: Resets the debounce counter

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