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

ShapeOutsideInfo

data class ShapeOutsideInfo

CSS Shape Outside details.

Constructors

<init>

CSS Shape Outside details.

ShapeOutsideInfo(bounds: Quad, shape: List<JsonElement>, marginShape: List<JsonElement>)

Properties

bounds

Shape bounds

val bounds: Quad

marginShape

Margin shape bounds

val marginShape: List<JsonElement>

shape

Shape coordinate details

val shape: List<JsonElement>