forked from NeXTs/Clusterize.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexterns.js
30 lines (29 loc) · 804 Bytes
/
externs.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**
* @fileoverview Closure Compiler externs for Clusterize.js 0.16.0.
* @see https://developers.google.com/closure/compiler/docs/api-tutorial3
* @externs
*/
var Clusterize = {
"scroll_elem": {},
"content_elem": {},
"tag": {},
"rows_in_block": {},
"blocks_in_cluster": {},
"show_no_data_row": {},
"no_data_text": {},
"no_data_class": {},
"keep_parity": {},
"callbacks": {
"clusterWillChange": function() {},
"clusterChanged": function() {},
"scrollingProgress": function() {}
},
"update": function() {},
"append": function() {},
"prepend": function() {},
"refresh": function() {},
"getRowsAmount": function() {},
"getScrollProgress": function() {},
"clear": function() {},
"destroy": function() {}
}