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

Method onChange

src/dropdown.ts:284–286  ·  view source on GitHub ↗
(callback: (values: string[]) => void)

Source from the content-addressed store, hash-verified

282 }
283
284 onChange(callback: (values: string[]) => void) {
285 this.onChangeCallback = callback;
286 }
287
288 private notifyChange() {
289 if (this.onChangeCallback) {

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected