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)

graph LR setOnStepUpdated["setOnStepUpdated"] FillableElement["FillableElement"] FillableElement -->|uses| setOnStepUpdated style setOnStepUpdated fill:#dbeafe,stroke:#2563eb,stroke-width:2px click setOnStepUpdated "345c565531befd86.html" click FillableElement "2ecf5aaac3f668a8.html"
SourceType
FillableElement uses