Type Alias dioxus::events::AnimationEvent

source ·
pub type AnimationEvent = Event<AnimationData>;
Available on crate feature html only.

Aliased Type§

struct AnimationEvent {
    pub data: Rc<AnimationData>,
    /* private fields */
}

Fields§

§data: Rc<AnimationData>

The data associated with this event