MCPcopy Create free account
hub / github.com/UNLINEARITY/Obsidian-CodeSpace / notifyChange

Method notifyChange

src/dropdown.ts:288–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 }
287
288 private notifyChange() {
289 if (this.onChangeCallback) {
290 this.onChangeCallback(this.getValues());
291 }
292 }
293}

Callers 1

renderDropdownMethod · 0.95

Calls 1

getValuesMethod · 0.95

Tested by

no test coverage detected