()
| 653 | * @returns {Overlay} Returns the table's overlay instance. |
| 654 | */ |
| 655 | export function bottomOverlay() { |
| 656 | return hot().view._wt.wtOverlays.bottomOverlay; |
| 657 | } |
| 658 | |
| 659 | /** |
| 660 | * @returns {Overlay} Returns the table's overlay instance. |
nothing calls this directly
no test coverage detected
searching dependent graphs…