data class AnimationCreatedEvent : AnimationEvent
Event for each animation that has been created.
<init> |
Event for each animation that has been created. AnimationCreatedEvent(id: String) |
id |
Id of the animation that was created. val id: String |