MCPcopy Create free account
hub / github.com/plotly/dash / remove

Method remove

dash/dash-renderer/src/actions/patch.ts:167–174  ·  view source on GitHub ↗
(location: LocationIndex[], value: any)

Source from the content-addressed store, hash-verified

165 }
166
167 remove(location: LocationIndex[], value: any) {
168 this.operations.push({
169 operation: 'Remove',
170 location,
171 params: {value}
172 });
173 return this;
174 }
175
176 build() {
177 return {

Callers 3

oFunction · 0.45
tFunction · 0.45
StoreObserverClass · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected