RecordStep type exported

Last updated: 2026-03-05T11:05:27.789Z

Metrics

LOC: 9 Complexity: 1 Params: 0

Signature

type RecordStep

Source Code

export type RecordStep = {
  type: string;
  selector?: string;
  value?: string;
  waitMs?: number;
  url?: string;
  label?: string;
  assertion?: Record<string, unknown>;
};

No outgoing dependencies.

Impact (Incoming)

graph LR RecordStep["RecordStep"] renderShell["renderShell"] RecordTabCallbacks["RecordTabCallbacks"] renderShell -->|uses| RecordStep RecordTabCallbacks -->|uses| RecordStep style RecordStep fill:#dbeafe,stroke:#2563eb,stroke-width:2px click RecordStep "8cb8be63cdcfb14e.html" click renderShell "49d8574256a889e1.html" click RecordTabCallbacks "3231ef572a5c128f.html"
SourceType
renderShell uses
RecordTabCallbacks uses