MCPcopy
hub / github.com/tabulator-tables/tabulator / constructor

Method constructor

src/js/modules/Tooltip/Tooltip.js:8–22  ·  view source on GitHub ↗
(table)

Source from the content-addressed store, hash-verified

6 static moduleName = "tooltip";
7
8 constructor(table){
9 super(table);
10
11 this.tooltipSubscriber = null,
12 this.headerSubscriber = null,
13
14 this.timeout = null;
15 this.popupInstance = null;
16
17 // this.registerTableOption("tooltipGenerationMode", undefined); //deprecated
18 this.registerTableOption("tooltipDelay", 300);
19
20 this.registerColumnOption("tooltip");
21 this.registerColumnOption("headerTooltip");
22 }
23
24 initialize(){
25 this.deprecatedOptionsCheck();

Callers

nothing calls this directly

Calls 2

registerTableOptionMethod · 0.80
registerColumnOptionMethod · 0.80

Tested by

no test coverage detected