MCPcopy
hub / github.com/chartjs/Chart.js / getElement

Method getElement

src/core/core.registry.js:73–75  ·  view source on GitHub ↗

* @param {string} id * @returns {typeof Element}

(id)

Source from the content-addressed store, hash-verified

71 * @returns {typeof Element}
72 */
73 getElement(id) {
74 return this._get(id, this.elements, 'element');
75 }
76
77 /**
78 * @param {string} id

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected