struct Protocol::DOM::BoxModel
- Protocol::DOM::BoxModel
- Struct
- Value
- Object
Overview
Box model.
Included Modules
- JSON::Serializable
Defined in:
protocol/dom.crConstructors
Instance Method Summary
-
#border : Quad
Border box
-
#content : Quad
Content box
-
#height : Int::Primitive
Node height
-
#margin : Quad
Margin box
-
#padding : Quad
Padding box
-
#shape_outside : ShapeOutsideInfo | Nil
Shape outside coordinates
-
#width : Int::Primitive
Node width