Event emitted when the viewport/window size changes.
Example
const e: IWindowResizeEvent = { width: window.innerWidth, height: window.innerHeight };
Interface
Event emitted when the viewport/window size changes.
const e: IWindowResizeEvent = { width: window.innerWidth, height: window.innerHeight };