MCPcopy Index your code
hub / github.com/apache/echarts / optionUpdated

Method optionUpdated

src/component/thumbnail/ThumbnailModel.ts:104–106  ·  view source on GitHub ↗
(newCptOption: ThumbnailOption, isInit: boolean)

Source from the content-addressed store, hash-verified

102 } | NullUndefined;
103
104 optionUpdated(newCptOption: ThumbnailOption, isInit: boolean): void {
105 this._updateBridge();
106 }
107
108 private _updateBridge() {
109 const bridge = this._birdge = this._birdge || new ThumbnailBridgeImpl(this);

Callers

nothing calls this directly

Calls 1

_updateBridgeMethod · 0.95

Tested by

no test coverage detected