chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / GetLayoutMetricsResponse

GetLayoutMetricsResponse

data class GetLayoutMetricsResponse

Response type for the PageDomain.getLayoutMetrics command.

Constructors

<init>

Response type for the PageDomain.getLayoutMetrics command.

GetLayoutMetricsResponse(layoutViewport: LayoutViewport, visualViewport: VisualViewport, contentSize: Rect)

Properties

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