MCPcopy Create free account
hub / github.com/DTStack/molecule / onChange

Method onChange

src/services/workbench/searchService.ts:63–63  ·  view source on GitHub ↗

* Listen to the event about the value of search input changed

(callback: (value: string, replaceValue: string) => void)

Source from the content-addressed store, hash-verified

61 * Listen to the event about the value of search input changed
62 */
63 onChange(callback: (value: string, replaceValue: string) => void): void;
64 /**
65 * Listen to the event about going to search result via values or config changed
66 */

Implementers 1

SearchServicesrc/services/workbench/searchService.t

Calls

no outgoing calls

Tested by

no test coverage detected