Your IP : 3.144.6.9


Current Path : /proc/self/root/home/lentoinv/covisclubinternational.com/plugins/filterizr/
Upload File :
Current File : //proc/self/root/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;
}

?>