chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / SetKeyframeKeyRequest

SetKeyframeKeyRequest

data class SetKeyframeKeyRequest

Request object containing input parameters for the CSSDomain.setKeyframeKey command.

Constructors

<init>

Request object containing input parameters for the CSSDomain.setKeyframeKey command.

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

Properties

keyText

val keyText: String

range

val range: SourceRange

styleSheetId

val styleSheetId: StyleSheetId