ReleaseAnimationsRequest

@Serializable
data class ReleaseAnimationsRequest(val animations: List<String>)(source)

Request object containing input parameters for the AnimationDomain.releaseAnimations command.

Constructors

Link copied to clipboard
constructor(animations: List<String>)

Properties

Link copied to clipboard

List of animation ids to seek.