toggle menu
chrome-devtools-kotlin
5.13.0-1282316
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
CSSPropertyRegistration
CSSProperty
Registration
@
Serializable
data
class
CSSPropertyRegistration
(
val
propertyName
:
String
,
val
initialValue
:
Value
?
=
null
,
val
inherits
:
Boolean
,
val
syntax
:
String
)
Representation of a custom property registration through CSS.registerProperty
Official doc
Members
Constructors
CSSProperty
Registration
Link copied to clipboard
constructor
(
propertyName
:
String
,
initialValue
:
Value
?
=
null
,
inherits
:
Boolean
,
syntax
:
String
)
Properties
inherits
Link copied to clipboard
val
inherits
:
Boolean
initial
Value
Link copied to clipboard
val
initialValue
:
Value
?
=
null
property
Name
Link copied to clipboard
val
propertyName
:
String
syntax
Link copied to clipboard
val
syntax
:
String