MCPcopy
hub / github.com/apache/echarts / triggerUserSelectChangedEvent

Function triggerUserSelectChangedEvent

test/lib/testHelper.js:1364–1370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1362 }
1363
1364 function triggerUserSelectChangedEvent() {
1365 var optionIdx = getSelectInputOptionIndex();
1366 var value = getSelectInputValueByOptionIndex(optionIdx);
1367 var optionId = selectCtx._optionList[optionIdx].id;
1368 var target = {value: value, optionId: optionId};
1369 _selectListener.call(target, {target: target});
1370 }
1371
1372 function resetSelectInputSubInputsDisabled() {
1373 var optionIdx = getSelectInputOptionIndex();

Callers 2

createSelectInputFunction · 0.85
initSelectInputOptionsFunction · 0.85

Calls 2

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…