UNPKG

833 BJavaScriptView Raw
1/**
2 * @fileoverview Closure Compiler externs for Clusterize.js 0.16.0.
3 * @see https://developers.google.com/closure/compiler/docs/api-tutorial3
4 * @externs
5 */
6
7var Clusterize = {
8 "scroll_elem": {},
9 "content_elem": {},
10 "tag": {},
11 "rows_in_block": {},
12 "blocks_in_cluster": {},
13 "show_no_data_row": {},
14 "no_data_text": {},
15 "no_data_class": {},
16 "keep_parity": {},
17 "callbacks": {
18 "clusterWillChange": function() {},
19 "clusterChanged": function() {},
20 "scrollingProgress": function() {}
21 },
22 "update": function() {},
23 "append": function() {},
24 "prepend": function() {},
25 "refresh": function() {},
26 "getRowsAmount": function() {},
27 "getScrollProgress": function() {},
28 "clear": function() {},
29 "destroy": function() {}
30}
\No newline at end of file