toggle menu
chrome-devtools-kotlin
5.9.0-1239539
common
switch theme
search in API
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
)
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