Struct dioxus_core::UiEvent
source · [−]pub struct UiEvent<T> {
pub data: Arc<T>,
/* private fields */
}
Fields
data: Arc<T>
Implementations
Prevent this event from bubbling up the tree.
pub struct UiEvent<T> {
pub data: Arc<T>,
/* private fields */
}
data: Arc<T>
Prevent this event from bubbling up the tree.