chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
SetKeyframeKeyResponse
Set
Keyframe
Key
Response
@
Serializable
data
class
SetKeyframeKeyResponse
(
val
keyText
:
Value
)
(
source
)
Response type for the
CSSDomain.setKeyframeKey
command.
Members
Constructors
Set
Keyframe
Key
Response
Link copied to clipboard
constructor
(
keyText
:
Value
)
Properties
key
Text
Link copied to clipboard
val
keyText
:
Value
The resulting key text after modification.