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)
| Source | Type |
|---|---|
| StepCallback | uses |