data class ShapeOutsideInfo
CSS Shape Outside details.
<init> |
CSS Shape Outside details. ShapeOutsideInfo(bounds: Quad, shape: List<JsonElement>, marginShape: List<JsonElement>) |
bounds |
Shape bounds val bounds: Quad |
marginShape |
Margin shape bounds val marginShape: List<JsonElement> |
shape |
Shape coordinate details val shape: List<JsonElement> |