pl.wendigo.chrome.domain.dom / BoxModel

BoxModel

data class BoxModel (source)

Box model.

Constructors

<init>

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

Box model.

Properties

border

val border: Quad

Border box

content

val content: Quad

Content box

height

val height: Int

Node height

margin

val margin: Quad

Margin box

padding

val padding: Quad

Padding box

shapeOutside

val shapeOutside: ShapeOutsideInfo?

Shape outside coordinates

width

val width: Int

Node width