Skip to content

@jsvision/code-editor / CodeEditorDegradationSnapshot

Interface: CodeEditorDegradationSnapshot

Defined in: code-editor/src/degradation.ts:40

Machine-readable degradation state that never contains document or protocol content.

Properties

affectedFeatures

readonly affectedFeatures: readonly CodeEditorDegradedFeature[]

Defined in: code-editor/src/degradation.ts:42


availableActions

readonly availableActions: readonly string[]

Defined in: code-editor/src/degradation.ts:45


features

readonly features: readonly CodeEditorFeatureInspection[]

Defined in: code-editor/src/degradation.ts:44


mode

readonly mode: "ready" | "degraded"

Defined in: code-editor/src/degradation.ts:41


notices

readonly notices: readonly CodeEditorDegradationNotice[]

Defined in: code-editor/src/degradation.ts:43