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

AnimationCanceledEvent

data class AnimationCanceledEvent : AnimationEvent

Constructors

<init>

AnimationCanceledEvent(id: String)

Properties

id

Id of the animation that was cancelled.

val id: String