pub fn custom_event_handler<T>(
target: impl AsRef<EventTarget> + 'static,
event_type: &'static str,
options: CustomEventOptions,
) -> EventHandler<T>Expand description
Create a Dioxus event handler that send an HTML custom event
pub fn custom_event_handler<T>(
target: impl AsRef<EventTarget> + 'static,
event_type: &'static str,
options: CustomEventOptions,
) -> EventHandler<T>Create a Dioxus event handler that send an HTML custom event