data class GetLayoutMetricsResponse
Response type for the PageDomain.getLayoutMetrics command.
<init> |
Response type for the PageDomain.getLayoutMetrics command. GetLayoutMetricsResponse(layoutViewport: LayoutViewport, visualViewport: VisualViewport, contentSize: Rect) |
contentSize |
Size of scrollable area. val contentSize: Rect |
layoutViewport |
Metrics relating to the layout viewport. val layoutViewport: LayoutViewport |
visualViewport |
Metrics relating to the visual viewport. val visualViewport: VisualViewport |