pl.wendigo.chrome.domain.animation / AnimationCanceledEvent

AnimationCanceledEvent

data class AnimationCanceledEvent : ProtocolEvent (source)

Represents event frames for Animation.animationCanceled

Event for when an animation has been cancelled.

Constructors

<init>

AnimationCanceledEvent(id: String)

Represents event frames for Animation.animationCanceled

Properties

id

val id: String

Id of the animation that was cancelled.

Inherited Functions

protocolDomain

fun protocolDomain(): String