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

SetKeyframeKeyResponse

data class SetKeyframeKeyResponse

Response type for the CSSDomain.setKeyframeKey command.

Constructors

<init>

Response type for the CSSDomain.setKeyframeKey command.

SetKeyframeKeyResponse(keyText: Value)

Properties

keyText

The resulting key text after modification.

val keyText: Value