* Returns the top-level user supplied element that roots the tree that this Component lives in.
()
| 694 | * Returns the top-level user supplied element that roots the tree that this Component lives in. |
| 695 | */ |
| 696 | public rootElement(): SimpleSelection<void> { |
| 697 | return this.root()._rootElement; |
| 698 | } |
| 699 | |
| 700 | /** |
| 701 | * Gets the Selection containing the <g> behind the visual elements of the Component. |
no test coverage detected