kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
ShapeOutsideInfo
Shape
Outside
Info
@
Serializable
data
class
ShapeOutsideInfo
(
val
bounds
:
List
<
Double
>
,
val
shape
:
List
<
JsonElement
>
,
val
marginShape
:
List
<
JsonElement
>
)
CSS Shape Outside details.
Members
Constructors
Shape
Outside
Info
Link copied to clipboard
constructor
(
bounds
:
List
<
Double
>
,
shape
:
List
<
JsonElement
>
,
marginShape
:
List
<
JsonElement
>
)
Properties
bounds
Link copied to clipboard
val
bounds
:
List
<
Double
>
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