SetKeyframeKeyResponse

@Serializable
data class SetKeyframeKeyResponse(val keyText: Value)

Response type for the CSSDomain.setKeyframeKey command.

Constructors

Link copied to clipboard
constructor(keyText: Value)

Properties

Link copied to clipboard

The resulting key text after modification.