()
| 601 | * @returns {Handsontable} Returns the Handsontable instance. |
| 602 | */ |
| 603 | export function hot() { |
| 604 | return spec().hotInstance ?? spec().$container?.data('handsontable'); |
| 605 | } |
| 606 | |
| 607 | /** |
| 608 | * @returns {Selection} Returns the Handsontable Selection instance. |