MCPcopy
hub / github.com/palantir/plottable / content

Method content

src/components/component.ts:682–684  ·  view source on GitHub ↗

* Gets the SVG that holds the visual elements of the Component. * * Will return undefined if the Component has not been anchored. * * @return {d3.Selection} content selection for the Component

()

Source from the content-addressed store, hash-verified

680 * @return {d3.Selection} content selection for the Component
681 */
682 public content(): SimpleSelection<void> {
683 return this._content;
684 }
685
686 /**
687 * Returns the HTML Element at the root of this component's DOM tree.

Callers 15

isInDOMFunction · 0.80
clickPointWithMoveFunction · 0.80
doubleClickPointWithMoveFunction · 0.80
triggerMoveEventFunction · 0.80
assertBasicRenderingFunction · 0.80
labelTests.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected