FlowValueSource type exported
Last updated: 2026-03-05T10:53:28.859Z
Location
Metrics
LOC: 3
Complexity: 1
Params: 0
Signature
type FlowValueSource
Summary
How the value for a fill step is determined
Source Code
export type FlowValueSource =
| { type: "generator"; fieldType: FieldType; params?: GeneratorParams }
| { type: "fixed"; value: string };
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| parseFlowScript | uses |
| mapValueToSource | uses |