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

Method background

src/components/component.ts:707–709  ·  view source on GitHub ↗

* Gets the Selection containing the behind the visual elements of the Component. * * Will return undefined if the Component has not been anchored. * * @return {d3.Selection} background selection for the Component

()

Source from the content-addressed store, hash-verified

705 * @return {d3.Selection} background selection for the Component
706 */
707 public background(): SimpleSelection<void> {
708 return this._backgroundContainer;
709 }
710}

Calls

no outgoing calls

Tested by

no test coverage detected