Skip to main content

Module: Constant

Emit a fixed value baked into the configuration on every invocation. Use it to inject a literal (string, number, JSON, …) into the graph without an upstream dependency.

The output's wire type is determined by the type of the configured value.

Example
Value: { "type": "Number", "value": 42 }
Output: 42

Parameters

ValueREQUIRED

The constant value emitted on the value output. Both the type (String, Number, Bool, JSON, …) and the content are baked in at configuration time.

Input

This function has no input connectors.

Output

Value
The configured constant value.