MCPcopy
hub / github.com/zxlie/FeHelper / _emitSelectionChange

Function _emitSelectionChange

apps/json-format/format-lib.js:1130–1137  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

1128 };
1129
1130 let _emitSelectionChange = function (el) {
1131 try {
1132 document.dispatchEvent(new CustomEvent('fh-json-selection-change', {
1133 detail: _getSelectionInfo(el)
1134 }));
1135 } catch (e) {
1136 }
1137 };
1138
1139 let _emitFormatReady = function () {
1140 try {

Callers 3

_selectJsonElementFunction · 0.85
_clearSelectionFunction · 0.85
_addEventsFunction · 0.85

Calls 1

_getSelectionInfoFunction · 0.85

Tested by

no test coverage detected