()
| 646 | * @returns {Overlay} Returns the table's overlay instance. |
| 647 | */ |
| 648 | export function topOverlay() { |
| 649 | return hot().view._wt.wtOverlays.topOverlay; |
| 650 | } |
| 651 | |
| 652 | /** |
| 653 | * @returns {Overlay} Returns the table's overlay instance. |
nothing calls this directly
no test coverage detected
searching dependent graphs…