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

Function makeSelectInputTextByValue

test/lib/testHelper.js:1385–1394  ·  view source on GitHub ↗
(optionDef)

Source from the content-addressed store, hash-verified

1383 }
1384
1385 function makeSelectInputTextByValue(optionDef) {
1386 if (optionDef.hasOwnProperty('value')) {
1387 return printObject(optionDef.value, {
1388 arrayLineBreak: false, objectLineBreak: false, indent: 0, lineBreak: ''
1389 });
1390 }
1391 else if (optionDef.input) {
1392 return 'range input';
1393 }
1394 }
1395 } // End of createSelectInput
1396
1397 function createGroupSetInput(groupSetDefine) {

Callers 1

initSelectInputOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…