SetPausedRequest

@Serializable
data class SetPausedRequest(val animations: List<String>, val paused: Boolean)

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

Constructors

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

Properties

Link copied to clipboard

Animations to set the pause state of.

Link copied to clipboard

Paused state to set to.