Skip to main content

Interface: ImageCheck

Defined in: packages/extension-api/src/extension-api.d.ts:4956

a specific error/recommendation found during an image check

Properties

markdownDescription?

optional markdownDescription?: string

Defined in: packages/extension-api/src/extension-api.d.ts:4972

full description of the error/recommendation


name

name: string

Defined in: packages/extension-api/src/extension-api.d.ts:4960

a short and descriptive name for the error/recommendation


severity?

optional severity?: "high" | "low" | "medium" | "critical"

Defined in: packages/extension-api/src/extension-api.d.ts:4968

severity of the error/recommendation, when the status is failed


status

status: "failed" | "success"

Defined in: packages/extension-api/src/extension-api.d.ts:4964

either the feedback is positive or negative