MCPcopy
hub / github.com/plotly/dash / delete

Method delete

dash/dash-renderer/src/actions/patch.ts:77–84  ·  view source on GitHub ↗
(location: LocationIndex[])

Source from the content-addressed store, hash-verified

75 }
76
77 delete(location: LocationIndex[]) {
78 this.operations.push({
79 operation: 'Delete',
80 location,
81 params: {}
82 });
83 return this;
84 }
85
86 insert(location: LocationIndex[], index: number, value: any) {
87 this.operations.push({

Callers 15

clear_cache_entryMethod · 0.45
get_progressMethod · 0.45
clear_cache_entryMethod · 0.45
get_progressMethod · 0.45
async-table.jsFile · 0.45
RpFunction · 0.45
demo.jsFile · 0.45
bundle.jsFile · 0.45
async-mathjax.jsFile · 0.45
async-slider.jsFile · 0.45
RFunction · 0.45
FFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by 1