AnimationCanceledParameter

@Serializable
data class AnimationCanceledParameter(val id: String)

Event for when an animation has been cancelled.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Id of the animation that was cancelled.