MCPcopy
hub / github.com/xuhuai66/used-book-pro / WatchOption

Interface WatchOption

miniprogram/vant/definitions/weapp.d.ts:86–88  ·  view source on GitHub ↗

* watch定义

Source from the content-addressed store, hash-verified

84 * watch定义
85 */
86 interface WatchOption<Instance> {
87 [name: string]: string | Observer<Instance, any>;
88 }
89 /**
90 * methods定义,miniprogram-api-typings缺少this定义
91 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected