addManualStep function exported

Last updated: 2026-03-05T11:49:57.418Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

addManualStep(step: RecordedStep): : void

Summary

Manually adds a step to the recording (e.g., from extension auto-fill).

Source Code

export function addManualStep(step: RecordedStep): void {
  addStep(step);
}

Dependencies (Outgoing)

graph LR addManualStep["addManualStep"] addStep["addStep"] addManualStep -->|calls| addStep style addManualStep fill:#dbeafe,stroke:#2563eb,stroke-width:2px click addManualStep "3b39ef15429136af.html" click addStep "012da91201f9487b.html"
TargetType
addStep calls

No incoming dependencies.