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

Function retrieveStateOption

src/chart/custom/CustomView.ts:1302–1306  ·  view source on GitHub ↗
(
    elOption: CustomElementOption, state: DisplayStateNonNormal
)

Source from the content-addressed store, hash-verified

1300}
1301
1302function retrieveStateOption(
1303 elOption: CustomElementOption, state: DisplayStateNonNormal
1304): CustomElementOptionOnState {
1305 return !state ? elOption : elOption ? (elOption as CustomDisplayableOption)[state] : null;
1306}
1307
1308function retrieveStyleOptionOnState(
1309 stateOptionNormal: CustomElementOption,

Callers 3

updateZForEachStateFunction · 0.85
doCreateOrUpdateElFunction · 0.85
processTxInfoFunction · 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…