Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.dom
/
BoxModel
Box
Model
data class
BoxModel
(content:
Quad
, padding:
Quad
, border:
Quad
, margin:
Quad
, width:
Int
, height:
Int
, shapeOutside:
ShapeOutsideInfo
?)
Content copied to clipboard
Box model.
Constructors
Properties
Sources
Constructors
BoxModel
Link copied to clipboard
fun
BoxModel
(content:
Quad
, padding:
Quad
, border:
Quad
, margin:
Quad
, width:
Int
, height:
Int
, shapeOutside:
ShapeOutsideInfo
? = null)
Content copied to clipboard
Properties
border
Link copied to clipboard
val
border
:
Quad
Content copied to clipboard
Border box
content
Link copied to clipboard
val
content
:
Quad
Content copied to clipboard
Content box
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
Node height
margin
Link copied to clipboard
val
margin
:
Quad
Content copied to clipboard
Margin box
padding
Link copied to clipboard
val
padding
:
Quad
Content copied to clipboard
Padding box
shapeOutside
Link copied to clipboard
val
shapeOutside
:
ShapeOutsideInfo
? = null
Content copied to clipboard
Shape outside coordinates
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard
Node width
Sources
jvm source
Link copied to clipboard