RecordingAppOptions
Electron APIs / recorder / RecordingAppOptions
Configuration options for launching or customizing the recording application behavior.
See
Example
const options: RecordingAppOptions = {
showDebugWindow: true,
enableDebugLogs: true,
};