* 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
()
| 705 | * @return {d3.Selection} background selection for the Component |
| 706 | */ |
| 707 | public background(): SimpleSelection<void> { |
| 708 | return this._backgroundContainer; |
| 709 | } |
| 710 | } |
no outgoing calls
no test coverage detected