delay
Node Type ID: 'studio.tokens.generic.delay'
Package
This is a core package available at Graph Engine
To install
- NPM
- Yarn
npm install @tokens-studio/graph-engine
yarn add @tokens-studio/graph-engine
Description
When trigger, it will output the provided value after a delay
Inputs
delay
The delay in milliseconds
- Default: 1000
value
No description
Outputs
value
No description
Example
No examples