chrome-devtools-kotlin
Toggle table of contents
8.1.0-1515189
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
CSSFunctionParameter
CSSFunction
Parameter
@
Serializable
data
class
CSSFunctionParameter
(
val
name
:
String
,
val
type
:
String
)
CSS function argument representation.
Official doc
Members
Constructors
CSSFunction
Parameter
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
The parameter name.
type
Link copied to clipboard
val
type
:
String
The parameter type.