kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
CSS
/
CSSPropertyRegistration
CSSProperty
Registration
@
Serializable
data
class
CSSPropertyRegistration
(
val
propertyName
:
String
,
val
initialValue
:
CSS.Value
?
=
null
,
val
inherits
:
Boolean
,
val
syntax
:
String
)
Representation of a custom property registration through CSS.registerProperty
Members
Constructors
CSSProperty
Registration
Link copied to clipboard
constructor
(
propertyName
:
String
,
initialValue
:
CSS.Value
?
=
null
,
inherits
:
Boolean
,
syntax
:
String
)
Properties
inherits
Link copied to clipboard
val
inherits
:
Boolean
initial
Value
Link copied to clipboard
val
initialValue
:
CSS.Value
?
=
null
property
Name
Link copied to clipboard
val
propertyName
:
String
syntax
Link copied to clipboard
val
syntax
:
String