MCPcopy
hub / github.com/apache/echarts / updateManyToMany

Method updateManyToMany

src/data/DataDiffer.ts:129–132  ·  view source on GitHub ↗

* Callback function when update a data and only work in `cbMode: 'byKey'`.

(func: DiffCallbackUpdateManyToMany)

Source from the content-addressed store, hash-verified

127 * Callback function when update a data and only work in `cbMode: 'byKey'`.
128 */
129 updateManyToMany(func: DiffCallbackUpdateManyToMany): this {
130 this._updateManyToMany = func;
131 return this;
132 }
133
134 /**
135 * Callback function when remove a data

Callers 1

transitionBetweenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected