toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
ShapeOutsideInfo
Shape
Outside
Info
@
Serializable
data
class
ShapeOutsideInfo
(
val
bounds
:
Quad
,
val
shape
:
List
<
JsonElement
>
,
val
marginShape
:
List
<
JsonElement
>
)
CSS Shape Outside details.
Official doc
Members
Constructors
Shape
Outside
Info
Link copied to clipboard
constructor
(
bounds
:
Quad
,
shape
:
List
<
JsonElement
>
,
marginShape
:
List
<
JsonElement
>
)
Properties
bounds
Link copied to clipboard
val
bounds
:
Quad
Shape bounds
margin
Shape
Link copied to clipboard
val
marginShape
:
List
<
JsonElement
>
Margin shape bounds
shape
Link copied to clipboard
val
shape
:
List
<
JsonElement
>
Shape coordinate details