chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.layertree / ScrollRect

ScrollRect

data class ScrollRect

Rectangle where scrolling happens on the main thread.

Official doc

Constructors

<init>

Rectangle where scrolling happens on the main thread.

ScrollRect(rect: Rect, type: String)

Properties

rect

Rectangle itself.

val rect: Rect

type

Reason for rectangle to force scrolling on the main thread

val type: String