RecordingState type exported
Last updated: 2026-03-05T10:53:28.859Z
Location
Metrics
LOC: 1
Complexity: 1
Params: 0
Signature
type RecordingState
Summary
Screen recording state
Source Code
export type RecordingState = "inactive" | "recording" | "stopping";
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| ScreenRecorder | uses |
| RecordTabCallbacks | uses |