Layout Tree Node
data class LayoutTreeNode(domNodeIndex: Int, boundingBox: Rect, layoutText: String?, inlineTextNodes: List<InlineTextBox>?, styleIndex: Int?, paintOrder: Int?, isStackingContext: Boolean?)
Content copied to clipboard
Details of an element in the DOM tree with a LayoutObject.
Constructors
LayoutTreeNode
Link copied to clipboard
fun LayoutTreeNode(domNodeIndex: Int, boundingBox: Rect, layoutText: String? = null, inlineTextNodes: List<InlineTextBox>? = null, styleIndex: Int? = null, paintOrder: Int? = null, isStackingContext: Boolean? = null)
Content copied to clipboard
Properties
boundingBox
Link copied to clipboard
domNodeIndex
Link copied to clipboard
inlineTextNodes
Link copied to clipboard
isStackingContext
Link copied to clipboard
layoutText
Link copied to clipboard
paintOrder
Link copied to clipboard
styleIndex
Link copied to clipboard
Sources
jvm source
Link copied to clipboard