AnimationCreated

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

Event for each animation that has been created.

Official doc

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Id of the animation that was created.