RecordingState type exported

Last updated: 2026-03-05T10:53:28.859Z

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)

graph LR RecordingState["RecordingState"] ScreenRecorder["ScreenRecorder"] RecordTabCallbacks["RecordTabCallbacks"] ScreenRecorder -->|uses| RecordingState RecordTabCallbacks -->|uses| RecordingState style RecordingState fill:#dbeafe,stroke:#2563eb,stroke-width:2px click RecordingState "7a99c111d189ad7f.html" click ScreenRecorder "40597caf22067688.html" click RecordTabCallbacks "3231ef572a5c128f.html"
SourceType
ScreenRecorder uses
RecordTabCallbacks uses