AnimationCreatedParameter

@Serializable
data class AnimationCreatedParameter(val id: String)

Event for each animation that has been created.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Id of the animation that was created.