(scope: DeepSearchScope)
| 205 | } |
| 206 | |
| 207 | setDeepSearchScope(scope: DeepSearchScope): void { |
| 208 | if (this._deepSearchScope === scope) return; |
| 209 | this._deepSearchScope = scope; |
| 210 | this.trigger("updated"); |
| 211 | } |
| 212 | |
| 213 | toggleFavorite(id: string, settings: ChopsSettings): void { |
| 214 | const item = this.items.get(id); |