MCPcopy Index your code
hub / github.com/plotly/dash / set

Method set

components/dash-table/src/core/Clipboard.ts:6–13  ·  view source on GitHub ↗
(_ev: any, value: string)

Source from the content-addressed store, hash-verified

4 /*#endif*/
5
6 public static set(_ev: any, value: string): void {
7 /*#if TEST_COPY_PASTE*/
8 Clipboard.value = value;
9 /*#else*/
10 _ev.clipboardData.setData('text/plain', value);
11 _ev.preventDefault();
12 /*#endif*/
13 }
14
15 public static get(_ev: ClipboardEvent) {
16 let value;

Callers 11

karma.conf.jsFile · 0.45
ControlledTableClass · 0.45
changeColumnHeaderFunction · 0.45
toClipboardMethod · 0.45
getterFunction · 0.45
getterFunction · 0.45
map.tsFile · 0.45
updateMapFunction · 0.45
getSingleColumnMapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected