MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getId

Method getId

src/mapboxgl/overlay/graphic/Graphic.js:41–43  ·  view source on GitHub ↗

* @function Graphic.prototype.getId * @description 获取当前 ID。 * @returns {string} ID。

()

Source from the content-addressed store, hash-verified

39 * @returns {string} ID。
40 */
41 getId() {
42 return this.id;
43 }
44
45 /**
46 * @function Graphic.prototype.setId

Callers 15

GraphicSpec.jsFile · 0.45
GraphicSpec.jsFile · 0.45
GraphicSpec.jsFile · 0.45
RenderSpec.jsFile · 0.45
GraphicSpec.jsFile · 0.45
GraphicSpec.jsFile · 0.45
mapbox-gl.jsFile · 0.45
echarts-en.min.jsFile · 0.45
tFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected