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

Method clear

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

Source from the content-addressed store, hash-verified

147 }
148
149 clear(location: LocationIndex[]) {
150 this.operations.push({
151 operation: 'Clear',
152 location,
153 params: {}
154 });
155 return this;
156 }
157
158 reverse(location: LocationIndex[]) {
159 this.operations.push({

Callers 2

disconnectMethod · 0.45
handleMessageMethod · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected