AnimationCanceled

@Serializable
data class AnimationCanceled(val id: String) : AnimationEvent

Event for when an animation has been cancelled.

Official doc

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Id of the animation that was cancelled.