Layout Tree Snapshot
data class LayoutTreeSnapshot(nodeIndex: List<Int>, styles: List<ArrayOfStrings>, bounds: List<Rectangle>, text: List<StringIndex>, stackingContexts: RareBooleanData, paintOrders: List<Int>?, offsetRects: List<Rectangle>?, scrollRects: List<Rectangle>?, clientRects: List<Rectangle>?)
Content copied to clipboard
Table of details of an element in the DOM tree with a LayoutObject.
Constructors
LayoutTreeSnapshot
Link copied to clipboard
fun LayoutTreeSnapshot(nodeIndex: List<Int>, styles: List<ArrayOfStrings>, bounds: List<Rectangle>, text: List<StringIndex>, stackingContexts: RareBooleanData, paintOrders: List<Int>? = null, offsetRects: List<Rectangle>? = null, scrollRects: List<Rectangle>? = null, clientRects: List<Rectangle>? = null)
Content copied to clipboard
Properties
clientRects
Link copied to clipboard
offsetRects
Link copied to clipboard
paintOrders
Link copied to clipboard
scrollRects
Link copied to clipboard
stackingContexts
Link copied to clipboard
styles
Link copied to clipboard
text
Link copied to clipboard
Sources
jvm source
Link copied to clipboard