OverExposureProgress
Progress reported while analyzing a project, one event per analyzed source file.
Import:
import type { OverExposureProgress } from 'obsidian-dev-utils/script-utils/linters/over-exposure';Signature:
export interface OverExposureProgressProperties
| Property | Type | Description |
|---|---|---|
| analyzedFileCount | number | Number of source files fully analyzed before the current one (0-based). |
| currentFilePath | string | Absolute (canonical) path of the source file about to be analyzed. |
| totalFileCount | number | Total number of source files that will be analyzed. |