MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / getLayerEl

Method getLayerEl

src/map-link.js:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 return Util.getClosest(this, 'mapml-viewer,map[is=web-map]');
171 }
172 getLayerEl() {
173 return Util.getClosest(this, 'map-layer,layer-');
174 }
175 get disabled() {
176 return this.hasAttribute('disabled');
177 }

Callers 5

connectedCallbackMethod · 0.95
_disableLinkMethod · 0.95
_enableLinkMethod · 0.95
_createTemplatedLinkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected