chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / BoxModel

BoxModel

data class BoxModel

Box model.

Constructors

<init>

Box model.

BoxModel(content: Quad, padding: Quad, border: Quad, margin: Quad, width: Int, height: Int, shapeOutside: ShapeOutsideInfo? = null)

Properties

border

Border box

val border: Quad

content

Content box

val content: Quad

height

Node height

val height: Int

margin

Margin box

val margin: Quad

padding

Padding box

val padding: Quad

shapeOutside

Shape outside coordinates

val shapeOutside: ShapeOutsideInfo?

width

Node width

val width: Int