kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
CSS
/
CSSStyle
/
CSSStyle
CSSStyle
constructor
(
styleSheetId
:
String
?
=
null
,
cssProperties
:
List
<
CSS.CSSProperty
>
,
shorthandEntries
:
List
<
CSS.ShorthandEntry
>
,
cssText
:
String
?
=
null
,
range
:
CSS.SourceRange
?
=
null
)