* 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
()
| 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. |
no outgoing calls
no test coverage detected