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

Method getValueState

src/component/visualMap/VisualMapModel.ts:641–643  ·  view source on GitHub ↗

* @public * @abstract

(value: any)

Source from the content-addressed store, hash-verified

639 * @abstract
640 */
641 getValueState(value: any): VisualMapModel['stateList'][number] {
642 return null;
643 }
644
645 /**
646 * FIXME

Callers 2

getControllerVisualMethod · 0.45
doRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected