ResolveValuesParameter

@Serializable
data class ResolveValuesParameter(val values: List<String>, val nodeId: Int, val propertyName: String? = null, val pseudoType: DOM.PseudoType? = null, val pseudoIdentifier: String? = null)

Constructors

Link copied to clipboard
constructor(values: List<String>, nodeId: Int, propertyName: String? = null, pseudoType: DOM.PseudoType? = null, pseudoIdentifier: String? = null)

Properties

Link copied to clipboard
val nodeId: Int

Id of the node in whose context the expression is evaluated

Link copied to clipboard
val propertyName: String? = null

Only longhands and custom property names are accepted.

Link copied to clipboard

Pseudo element custom ident.

Link copied to clipboard

Pseudo element type, only works for pseudo elements that generate elements in the tree, such as ::before and ::after.

Link copied to clipboard

Substitution functions (var()/env()/attr()) and cascade-dependent keywords (revert/revert-layer) do not work.