MCPcopy
hub / github.com/microsoft/SandDance / element

Function element

docs/app/js/sanddance-app.js:123283–123285  ·  view source on GitHub ↗

* Returns the parent container element for a visualization. * @return {DOMElement} - The containing DOM element.

()

Source from the content-addressed store, hash-verified

123281 * Returns the parent container element for a visualization.
123282 * @return {DOMElement} - The containing DOM element.
123283 */ element () {
123284 return this._el;
123285 },
123286 /**
123287 * Returns the scene element (e.g., canvas or SVG) of the visualization
123288 * Subclasses must override if the first child is not the scene element.

Callers 7

generateFunction · 0.70
formFunction · 0.70
checkboxFunction · 0.70
selectFunction · 0.70
radioFunction · 0.70
rangeFunction · 0.70
initializeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected