Skip to content

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 OverExposureProgress

Properties

PropertyTypeDescription
analyzedFileCountnumberNumber of source files fully analyzed before the current one (0-based).
currentFilePathstringAbsolute (canonical) path of the source file about to be analyzed.
totalFileCountnumberTotal number of source files that will be analyzed.