Set Keyframe Key Request
data class SetKeyframeKeyRequest(styleSheetId: StyleSheetId, range: SourceRange, keyText: String)
Content copied to clipboard
Represents request frame that can be used with CSS#setKeyframeKey operation call.
Modifies the keyframe rule key text.
See also
Constructors
SetKeyframeKeyRequest
Link copied to clipboard
fun SetKeyframeKeyRequest(styleSheetId: StyleSheetId, range: SourceRange, keyText: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard