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

Function getSelectInputValueByOptionIndex

test/lib/testHelper.js:1358–1362  ·  view source on GitHub ↗
(optionIdx)

Source from the content-addressed store, hash-verified

1356 }
1357
1358 function getSelectInputValueByOptionIndex(optionIdx) {
1359 return selectCtx._optionList[optionIdx].input
1360 ? selectCtx._optionIdxToSubInput[optionIdx].getState().value
1361 : selectCtx._optionList[optionIdx].value;
1362 }
1363
1364 function triggerUserSelectChangedEvent() {
1365 var optionIdx = getSelectInputOptionIndex();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…