MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / RichClipboardLike

Interface RichClipboardLike

src/utils/clipboard.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface RichClipboardLike {
10 write(items: ClipboardItem[]): Promise<void>;
11}
12
13type ClipboardNotification = (type: 'info' | 'warning', message: string, duration?: number) => void;
14type ClipboardItemFactory = (items: Record<string, Blob>) => ClipboardItem;

Callers 8

worker-bundle.jsFile · 0.65
writeFunction · 0.65
writeFileFunction · 0.65
createDataFileFunction · 0.65
writeArchiveMethod · 0.65
SharePanel.tsxFile · 0.65
registry.test.tsFile · 0.65

Implementers 1

Epublic/workers/worker-bundle.js

Calls

no outgoing calls

Tested by

no test coverage detected