CSSPositionFallbackRule

@Serializable
data class CSSPositionFallbackRule(val name: Value, val tryRules: List<CSSTryRule>)

Deprecated

Deprecated in the Chrome DevTools protocol

CSS position-fallback rule representation.

Official doc

Constructors

Link copied to clipboard
constructor(name: Value, tryRules: List<CSSTryRule>)

Properties

Link copied to clipboard
val name: Value

(undocumented in the protocol definition)

Link copied to clipboard

List of keyframes.