Struct leptos_dom::ev::contextmenu
source · pub struct contextmenu;
Expand description
The contextmenu
event, which receives MouseEvent as its argument.
Trait Implementations§
source§fn clone(&self) -> contextmenu
fn clone(&self) -> contextmenu
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§type EventType = MouseEvent
type EventType = MouseEvent
The
web_sys
event type, such as web_sys::MouseEvent
.source§fn event_delegation_key(&self) -> Cow<'static, str>
fn event_delegation_key(&self) -> Cow<'static, str>
The key used for event delegation.
Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more