Bases: Event['PageView']
Event fired when the size of the containing window or browser is changed.
Typically used to adapt layout dynamically in response to resizes,
such as switching between compact and expanded views in a responsive design.
data: Any | None = field(default=None, kw_only=True)
The new height of the page in logical pixels.
The new width of the page in logical pixels.