Type Alias dioxus_html::events::FocusEvent
source · pub type FocusEvent = Event<FocusData>;Aliased Type§
struct FocusEvent {
pub data: Rc<FocusData>,
/* private fields */
}Fields§
§data: Rc<FocusData>The data associated with this event