MCPcopy
hub / github.com/plotly/dash / emit

Method emit

dash/dash-renderer/src/actions/utils.js:191–196  ·  view source on GitHub ↗
(event, ...args)

Source from the content-addressed store, hash-verified

189 }
190 }
191 emit(event, ...args) {
192 const events = this._ev[event];
193 if (events) {
194 events.forEach(listener => listener.apply(this, args));
195 }
196 }
197 once(event, listener) {
198 const remove = this.on(event, (...args) => {
199 remove();

Callers 15

odFunction · 0.80
idFunction · 0.80
FFunction · 0.80
LFunction · 0.80
gtFunction · 0.80
AtFunction · 0.80
xFunction · 0.80
WFunction · 0.80
plotly.min.jsFile · 0.80
oFunction · 0.80
ftFunction · 0.80
htFunction · 0.80

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected