Skip to content

FindOverExposureParams.onProgress method

FindOverExposureParams › onProgress

Optional callback invoked once per analyzed source file, for live progress reporting. Forwarded to analyzeOverExposure.

Signature:

onProgress(this: void, progress: OverExposureProgress): void

Parameters:

ParameterTypeDescription
thisvoid
progressOverExposureProgress

Returns: void