MCPcopy Create free account
hub / github.com/Tencent/kbone / $$trigger

Method $$trigger

packages/miniprogram-render/src/document.js:198–200  ·  view source on GitHub ↗

* 触发节点事件

(eventName, options)

Source from the content-addressed store, hash-verified

196 * 触发节点事件
197 */
198 $$trigger(eventName, options) {
199 this.documentElement.$$trigger(eventName, options)
200 }
201
202 /**
203 * 内部所有节点创建都走此接口,统一把控

Callers 1

transformWxComponent2DomFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected