/** * CalculationSource for the window:resize event */ export interface IWindowResizeCalculationSource { /** * it's checkable "true" for this kind of calculation-source * * e.g. options.calculationSource.isWindowResize */ isWindowResize: boolean; }