ResolveAnimationResponse

@Serializable
data class ResolveAnimationResponse(val remoteObject: RemoteObject)

Response type for the AnimationDomain.resolveAnimation command.

Constructors

Link copied to clipboard
constructor(remoteObject: RemoteObject)

Properties

Link copied to clipboard

Corresponding remote object.