pl.wendigo.chrome.api.css / SetKeyframeKeyResponse

SetKeyframeKeyResponse

data class SetKeyframeKeyResponse (source)

Represents response frame that is returned from CSS#setKeyframeKey operation call. Modifies the keyframe rule key text.

Link
CSS#setKeyframeKey method documentation.

See Also

CSSOperations.setKeyframeKey

Constructors

<init>

SetKeyframeKeyResponse(keyText: Value)

Represents response frame that is returned from CSS#setKeyframeKey operation call. Modifies the keyframe rule key text.

Properties

keyText

val keyText: Value

The resulting key text after modification.