RecordingStatus type exported

Last updated: 2026-03-05T12:26:14.068Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

type RecordingStatus

Summary

State of an active recording session

Source Code

export type RecordingStatus = "recording" | "paused" | "stopped";

No outgoing dependencies.

Impact (Incoming)

graph LR RecordingStatus["RecordingStatus"] StepCallback["StepCallback"] StepCallback -->|uses| RecordingStatus style RecordingStatus fill:#dbeafe,stroke:#2563eb,stroke-width:2px click RecordingStatus "188cd2aee8be5e91.html" click StepCallback "8f74ebbf77923c0f.html"
SourceType
StepCallback uses