setOnStepUpdated function exported ✓ 100.0%
Last updated: 2026-03-05T11:49:57.418Z
Metrics
LOC: 3
Complexity: 1
Params: 1
Coverage: 100.0% (1/1 lines, 0x executed)
Signature
setOnStepUpdated(cb: StepCallback | null): : void
Summary
Sets a callback that fires whenever a step is updated (e.g. debounced typing).
Source Code
export function setOnStepUpdated(cb: StepCallback | null): void {
onStepUpdatedCallback = cb;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| FillableElement | uses |