Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.layertree
/
ScrollRect
Scroll
Rect
data class
ScrollRect
(rect:
Rect
, type:
String
)
Content copied to clipboard
Rectangle where scrolling happens on the main thread.
Constructors
Properties
Sources
Constructors
ScrollRect
Link copied to clipboard
fun
ScrollRect
(rect:
Rect
, type:
String
)
Content copied to clipboard
On this page
On this page
Properties
rect
Link copied to clipboard
val
rect
:
Rect
Content copied to clipboard
Rectangle itself.
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard
Reason for rectangle to force scrolling on the main thread
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page