MCPcopy
hub / github.com/handsontable/handsontable / hot

Function hot

handsontable/test/helpers/common.js:603–605  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

selectionFunction · 0.70
tableViewFunction · 0.70
rowIndexMapperFunction · 0.70
columnIndexMapperFunction · 0.70
topOverlayFunction · 0.70
bottomOverlayFunction · 0.70
inlineStartOverlayFunction · 0.70
scrollViewportVerticallyFunction · 0.70
scrollWindowToFunction · 0.70

Calls 1

specFunction · 0.70

Tested by 15

createUIWithFocusScopeFunction · 0.40
getSelectionMarkerFunction · 0.40
conditionRadioInputFunction · 0.40
byValueBoxRootElementFunction · 0.40
byValueMultipleSelectFunction · 0.40
visibleColumnsCountFunction · 0.40