Skip to content

@jsvision/code-editor / DocumentEditInput

Interface: DocumentEditInput

Defined in: code-editor/src/document/types.ts:91

Untrusted edit input accepted at the public normalization boundary.

Properties

range

readonly range: object

Defined in: code-editor/src/document/types.ts:92

from

readonly from: number

to

readonly to: number


text

readonly text: string

Defined in: code-editor/src/document/types.ts:96