data class SetKeyframeKeyRequest
Request object containing input parameters for the CSSDomain.setKeyframeKey command.
<init> |
Request object containing input parameters for the CSSDomain.setKeyframeKey command. SetKeyframeKeyRequest(styleSheetId: StyleSheetId, range: SourceRange, keyText: String) |
keyText |
val keyText: String |
range |
val range: SourceRange |
styleSheetId |
val styleSheetId: StyleSheetId |