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