Skip to main content

Interface: ProgressSettings

Defined in: types.ts:93

Shared option object accepted by all rules.

This same shape is also accepted by the deprecated settings.progress fallback for backwards compatibility.

Properties​

detailedSuccess?​

optional detailedSuccess?: boolean;

Defined in: types.ts:94


failureMark?​

optional failureMark?: string;

Defined in: types.ts:95


fileNameOnNewLine?​

optional fileNameOnNewLine?: boolean;

Defined in: types.ts:96


hide?​

optional hide?: boolean;

Defined in: types.ts:97


hideDirectoryNames?​

optional hideDirectoryNames?: boolean;

Defined in: types.ts:101

Legacy compatibility alias. Prefer pathFormat: "basename" instead.


hideFileName?​

optional hideFileName?: boolean;

Defined in: types.ts:102


hidePrefix?​

optional hidePrefix?: boolean;

Defined in: types.ts:103


minFilesBeforeShow?​

optional minFilesBeforeShow?: number;

Defined in: types.ts:104


mode?​

optional mode?: ProgressMode;

Defined in: types.ts:105


outputStream?​

optional outputStream?: OutputStream;

Defined in: types.ts:106


pathFormat?​

optional pathFormat?: ProgressPathFormat;

Defined in: types.ts:107


prefixMark?​

optional prefixMark?: string;

Defined in: types.ts:108


showSummaryWhenHidden?​

optional showSummaryWhenHidden?: boolean;

Defined in: types.ts:109


spinnerStyle?​

optional spinnerStyle?: SpinnerStyle;

Defined in: types.ts:110


successMark?​

optional successMark?: string;

Defined in: types.ts:111


successMessage?​

optional successMessage?: string;

Defined in: types.ts:112


throttleMs?​

optional throttleMs?: number;

Defined in: types.ts:113


ttyOnly?​

optional ttyOnly?: boolean;

Defined in: types.ts:114