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

Interface MethodOption

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

* methods定义,miniprogram-api-typings缺少this定义

Source from the content-addressed store, hash-verified

90 * methods定义,miniprogram-api-typings缺少this定义
91 */
92 interface MethodOption<Instance> {
93 [name: string]: (this: Instance, ...args: any[]) => any;
94 }
95 interface ComputedOption<Instance> {
96 [name: string]: (this: Instance) => any;
97 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected