MCPcopy Create free account
hub / github.com/TruthHun/BookStack / trigger

Function trigger

static/vuejs/vue.runtime.js:6356–6360  ·  view source on GitHub ↗
(el, type)

Source from the content-addressed store, hash-verified

6354}
6355
6356function trigger (el, type) {
6357 var e = document.createEvent('HTMLEvents');
6358 e.initEvent(type, true, true);
6359 el.dispatchEvent(e);
6360}
6361
6362/* */
6363

Callers 2

vue.runtime.jsFile · 0.70
onCompositionEndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected