MCPcopy Index your code
hub / github.com/ranuts/document / SaveEvent

Interface SaveEvent

types/editor.d.ts:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53interface SaveEvent {
54 data: {
55 data: {
56 data: ArrayBuffer;
57 };
58 option: {
59 outputformat: number;
60 };
61 };
62}
63
64interface WriteFileEvent {
65 data: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected