MCPcopy
hub / github.com/linlinjava/litemall / Target

Interface Target

litemall-wx/lib/vant-weapp/definitions/weapp.d.ts:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 };
8 }
9 interface Target {
10 id: string;
11 tagName: string;
12 dataset: {
13 [key: string]: any;
14 };
15 }
16 export interface Event {
17 /**
18 * 代表事件的类型。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected