--- sidebar_label: Viewport.height --- # Viewport.height property The page height in pixels. #### Signature: ```typescript interface Viewport { height: number; } ```