CSSFunctionRule

@Serializable
data class CSSFunctionRule(val name: CSS.Value, val styleSheetId: String? = null, val origin: CSS.StyleSheetOrigin, val parameters: List<CSS.CSSFunctionParameter>, val children: List<CSS.CSSFunctionNode>)

CSS function at-rule representation.

Constructors

Link copied to clipboard
constructor(name: CSS.Value, styleSheetId: String? = null, origin: CSS.StyleSheetOrigin, parameters: List<CSS.CSSFunctionParameter>, children: List<CSS.CSSFunctionNode>)

Properties

Link copied to clipboard

Function body.

Link copied to clipboard

Name of the function.

Link copied to clipboard

Parent stylesheet's origin.

Link copied to clipboard

List of parameters.

Link copied to clipboard
val styleSheetId: String? = null

The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.