mirror of
https://github.com/scxwhite/hera.git
synced 2025-05-03 00:01:40 +08:00
30 lines
804 B
Java
30 lines
804 B
Java
/**
|
|
* @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() {}
|
|
} |