Skip to content

@jsvision/code-editor / CodeEditorControllerHostEffect

Type Alias: CodeEditorControllerHostEffect

CodeEditorControllerHostEffect = CodeEditorHostEffect | CodeEditorDocumentLifecycleHostEffect & object

Defined in: code-editor/src/controller.ts:62

Host-owned effects raised by keyboard commands that leave the editor boundary.

Type Declaration

formatting?

readonly optional formatting?: CodeEditorSaveFormattingOutcome

Present only for save effects; optional here to support generic host event inspection.