@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
readonlyaffectedFeatures: readonlyCodeEditorDegradedFeature[]
Defined in: code-editor/src/degradation.ts:42
availableActions
readonlyavailableActions: readonlystring[]
Defined in: code-editor/src/degradation.ts:45
features
readonlyfeatures: readonlyCodeEditorFeatureInspection[]
Defined in: code-editor/src/degradation.ts:44
mode
readonlymode:"ready"|"degraded"
Defined in: code-editor/src/degradation.ts:41
notices
readonlynotices: readonlyCodeEditorDegradationNotice[]
Defined in: code-editor/src/degradation.ts:43