MCPcopy
hub / github.com/d3/d3 / getAttributeNS

Method getAttributeNS

docs/components/PlotRender.js:48–50  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

46 return this.attributes[name];
47 }
48 getAttributeNS(name) {
49 return this.getAttribute(name);
50 }
51 hasAttribute(name) {
52 return name in this.attributes;
53 }

Callers

nothing calls this directly

Calls 1

getAttributeMethod · 0.95

Tested by

no test coverage detected