CSSFunctionRule
@Serializable
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>, originTreeScopeNodeId: Int? = null)
Properties
Link copied to clipboard
Function body.
Link copied to clipboard
Parent stylesheet's origin.
Link copied to clipboard
The BackendNodeId of the DOM node that constitutes the origin tree scope of this rule.
Link copied to clipboard
List of parameters.
Link copied to clipboard
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.