chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.animation.events / AnimationEvent / AnimationCreatedEvent

AnimationCreatedEvent

data class AnimationCreatedEvent : AnimationEvent

Constructors

<init>

AnimationCreatedEvent(id: String)

Properties

id

Id of the animation that was created.

val id: String