MCPcopy Index your code
hub / github.com/apache/echarts / resetButtonInputDisabled

Function resetButtonInputDisabled

test/lib/testHelper.js:1549–1552  ·  view source on GitHub ↗
(opt)

Source from the content-addressed store, hash-verified

1547 };
1548
1549 function resetButtonInputDisabled(opt) {
1550 _btnDisabled = !!opt.disabled;
1551 btn.disabled = _btnDisabled;
1552 }
1553 function getButtonInputState() {
1554 return {disabled: _btnDisabled};
1555 }

Callers 2

createButtonInputFunction · 0.85
setButtonInputStateFunction · 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…