MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / setCtx

Function setCtx

libs/echarts/echarts.simple.js:8887–8890  ·  view source on GitHub ↗
(ctx, prop, value)

Source from the content-addressed store, hash-verified

8885
8886
8887function setCtx(ctx, prop, value) {
8888 ctx[prop] = fixShadow(ctx, prop, value);
8889 return ctx[prop];
8890}
8891
8892/**
8893 * @param {string} [stroke] If specified, do not check style.textStroke.

Callers 2

placeTokenFunction · 0.70
drawBackgroundFunction · 0.70

Calls 1

fixShadowFunction · 0.70

Tested by

no test coverage detected