MCPcopy
hub / github.com/tabulator-tables/tabulator / dispatchExternal

Method dispatchExternal

src/js/core/CoreFeature.js:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 dispatchExternal(){
91 return this.table.externalEvents.dispatch(...arguments);
92 }
93
94 subscribedExternal(key){
95 return this.table.externalEvents.subscribed(key);

Callers 15

Localize.spec.jsFile · 0.80
MoveRows.spec.jsFile · 0.80
Popup.spec.jsFile · 0.80
getRowsMethod · 0.80
initializeColumnMethod · 0.80
_mouseDownMethod · 0.80
mouseUpMethod · 0.80
triggerDownloadMethod · 0.80
initializeMethod · 0.80
pasteMethod · 0.80

Calls 1

dispatchMethod · 0.80

Tested by

no test coverage detected