MCPcopy Create free account
hub / github.com/handsontable/handsontable / constructor

Method constructor

handsontable/src/tableView.ts:170–178  ·  view source on GitHub ↗

* @param {Hanstontable} hotInstance Instance of Handsontable.

(hotInstance: HotInstance)

Source from the content-addressed store, hash-verified

168 * @param {Hanstontable} hotInstance Instance of {@link Handsontable}.
169 */
170 constructor(hotInstance: HotInstance) {
171 this.hot = hotInstance;
172 this.eventManager = new EventManager(this.hot);
173 this.settings = this.hot.getSettings();
174
175 this.createElements();
176 this.registerEvents();
177 this.initializeWalkontable();
178 }
179
180 /**
181 * Renders WalkontableUI.

Callers

nothing calls this directly

Calls 4

createElementsMethod · 0.95
registerEventsMethod · 0.95
initializeWalkontableMethod · 0.95
getSettingsMethod · 0.65

Tested by

no test coverage detected