pl.wendigo.chrome.domain.css / SetKeyframeKeyRequest

SetKeyframeKeyRequest

data class SetKeyframeKeyRequest (source)

Represents request frame that can be used with CSS.setKeyframeKey method call.

Modifies the keyframe rule key text.

Constructors

<init>

SetKeyframeKeyRequest(styleSheetId: StyleSheetId, range: SourceRange, keyText: String)

Represents request frame that can be used with CSS.setKeyframeKey method call.

Properties

keyText

val keyText: String

range

val range: SourceRange

styleSheetId

val styleSheetId: StyleSheetId