@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
readonlyrange:object
Defined in: code-editor/src/document/types.ts:92
from
readonlyfrom:number
to
readonlyto:number
text
readonlytext:string
Defined in: code-editor/src/document/types.ts:96