pl.wendigo.chrome.api.css / SetKeyframeKeyRequest

SetKeyframeKeyRequest

data class SetKeyframeKeyRequest (source)

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

Modifies the keyframe rule key text.

Link
CSS#setKeyframeKey method documentation.

See Also

CSSOperations.setKeyframeKey

Constructors

<init>

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

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

Properties

keyText

val keyText: String

range

val range: SourceRange

styleSheetId

val styleSheetId: StyleSheetId