chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / CSSKeyframeRule

CSSKeyframeRule

data class CSSKeyframeRule

CSS keyframe rule representation.

Constructors

<init>

CSS keyframe rule representation.

CSSKeyframeRule(styleSheetId: StyleSheetId? = null, origin: StyleSheetOrigin, keyText: Value, style: CSSStyle)

Properties

keyText

Associated key text.

val keyText: Value

origin

Parent stylesheet's origin.

val origin: StyleSheetOrigin

style

Associated style declaration.

val style: CSSStyle

styleSheetId

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

val styleSheetId: StyleSheetId?