Your IP : 18.117.145.41


Current Path : /home/lentoinv/covisclubinternational.com/plugins/filterizr/
Upload File :
Current File : //home/lentoinv/covisclubinternational.com/plugins/filterizr/BrowserWindow.d.ts

/**
 * A wrapper class around the window object to manage the
 * resize event.
 *
 * When the user resizes the window, Filterizr needs to trigger
 * a refiltering of the grid so that the grid items can assume
 * their new positions.
 */
export default class BrowserWindow {
    private resizeHandler?;
    constructor();
    private debounceEventHandler;
    destroy(): void;
    setResizeEventHandler(resizeHandler: EventListener): void;
    private removeResizeHandler;
}

?>