chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
SetKeyframeKeyRequest
Set
Keyframe
Key
Request
@
Serializable
data
class
SetKeyframeKeyRequest
(
val
styleSheetId
:
StyleSheetId
,
val
range
:
SourceRange
,
val
keyText
:
String
)
(
source
)
Request object containing input parameters for the
CSSDomain.setKeyframeKey
command.
Members
Constructors
Set
Keyframe
Key
Request
Link copied to clipboard
constructor
(
styleSheetId
:
StyleSheetId
,
range
:
SourceRange
,
keyText
:
String
)
Properties
key
Text
Link copied to clipboard
val
keyText
:
String
range
Link copied to clipboard
val
range
:
SourceRange
style
Sheet
Id
Link copied to clipboard
val
styleSheetId
:
StyleSheetId