(newCptOption: ThumbnailOption, isInit: boolean)
| 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); |
nothing calls this directly
no test coverage detected