MCPcopy
hub / github.com/benjamine/jsondiffpatch / EditorConfiguration

Interface EditorConfiguration

demos/html-demo/demo.ts:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 ): Editor;
13
14 interface EditorConfiguration {
15 mode?: string;
16 json?: boolean;
17 readOnly?: boolean;
18 }
19
20 interface Editor {
21 getValue(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…