mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
209 B
209 B
sidebar_label |
---|
Viewport.isLandscape |
Viewport.isLandscape property
Specifies if the viewport is in landscape mode.
Signature:
interface Viewport {
isLandscape?: boolean;
}