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

Function Element

libs/echarts/echarts-en.simple.js:5063–5074  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

5061 * @extends {module:zrender/mixin/Eventful}
5062 */
5063var Element = function (opts) { // jshint ignore:line
5064
5065 Transformable.call(this, opts);
5066 Eventful.call(this, opts);
5067 Animatable.call(this, opts);
5068
5069 /**
5070 * 画布元素ID
5071 * @type {string}
5072 */
5073 this.id = opts.id || guid();
5074};
5075
5076Element.prototype = {
5077

Callers

nothing calls this directly

Calls 1

guidFunction · 0.70

Tested by

no test coverage detected