Skip to main content

Interface: AppConfig

Defined in: packages/uimatch-cli/src/types/index.ts:176

Public shape returned by getSettings() and resetSettings().

Properties

capture

capture: object;

Defined in: packages/uimatch-cli/src/types/index.ts:177

basicAuthPass?

optional basicAuthPass: string;

basicAuthUser?

optional basicAuthUser: string;

defaultDpr

defaultDpr: number;

defaultFigmaScale

defaultFigmaScale: number;

defaultIdleWaitMs

defaultIdleWaitMs: number;

defaultMaxChildren

defaultMaxChildren: number;

defaultMaxDepth

defaultMaxDepth: number;

defaultViewportHeight

defaultViewportHeight: number;

defaultViewportWidth

defaultViewportWidth: number;

figmaAutoRoi

figmaAutoRoi: boolean;

comparison

comparison: object;

Defined in: packages/uimatch-cli/src/types/index.ts:189

acceptanceColorDeltaE

acceptanceColorDeltaE: number;

acceptancePixelDiffRatio

acceptancePixelDiffRatio: number;

areaGapCritical

areaGapCritical: number;

areaGapWarning

areaGapWarning: number;

colorDeltaEThreshold

colorDeltaEThreshold: number;

ignoreProperties

ignoreProperties: string[];

includeAA

includeAA: boolean;

pixelmatchThreshold

pixelmatchThreshold: number;

toleranceBorderWidth

toleranceBorderWidth: number;

toleranceDimension

toleranceDimension: number;

toleranceLayoutGap

toleranceLayoutGap: number;

toleranceRadius

toleranceRadius: number;

toleranceShadowBlur

toleranceShadowBlur: number;

toleranceShadowColorExtraDE

toleranceShadowColorExtraDE: number;

toleranceSpacing

toleranceSpacing: number;