Get Layout Metrics Response
data class GetLayoutMetricsResponse(layoutViewport: LayoutViewport, visualViewport: VisualViewport, contentSize: Rect)
Content copied to clipboard
Represents response frame that is returned from Page#getLayoutMetrics operation call. Returns metrics relating to the layouting of the page, such as viewport bounds/scale.
See also
Constructors
GetLayoutMetricsResponse
Link copied to clipboard
fun GetLayoutMetricsResponse(layoutViewport: LayoutViewport, visualViewport: VisualViewport, contentSize: Rect)
Content copied to clipboard
Properties
contentSize
Link copied to clipboard
layoutViewport
Link copied to clipboard
visualViewport
Link copied to clipboard
Sources
jvm source
Link copied to clipboard