UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

13 lines (12 loc) 346 B
"use strict"; exports.__esModule = true; exports.registerAllFocusScopes = registerAllFocusScopes; var _grid = require("./grid"); /** * Register all focus scopes. * * @param {Handsontable} hotInstance The Handsontable instance. */ function registerAllFocusScopes(hotInstance) { [_grid.focusGridScope].forEach(scope => scope(hotInstance)); }