Skip to content

@jsvision/code-editor / CodeEditorExternalChangeInput

Interface: CodeEditorExternalChangeInput

Defined in: code-editor/src/document-lifecycle.ts:14

Untrusted external content and the host's explicit conflict decision.

Properties

decision

readonly decision: CodeEditorExternalChangeDecision

Defined in: code-editor/src/document-lifecycle.ts:18

Explicit action selected by the host or user.


text

readonly text: string

Defined in: code-editor/src/document-lifecycle.ts:16

Exact external source supplied by the host.