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

Function getLayoutParams

libs/echarts/echarts-en.simple.js:19968–19970  ·  view source on GitHub ↗

* Retrieve 'left', 'right', 'top', 'bottom', 'width', 'height' from object. * @param {Object} source * @return {Object} Result contains those props.

(source)

Source from the content-addressed store, hash-verified

19966 * @return {Object} Result contains those props.
19967 */
19968function getLayoutParams(source) {
19969 return copyLayoutParams({}, source);
19970}
19971
19972/**
19973 * Retrieve 'left', 'right', 'top', 'bottom', 'width', 'height' from object.

Callers 2

axisModelCreatorFunction · 0.70

Calls 1

copyLayoutParamsFunction · 0.70

Tested by

no test coverage detected