Type Alias ClipboardEvent

Source
pub type ClipboardEvent<TCurrent = Element> = SyntheticEvent<TCurrent, ClipboardEvent, ClipboardEvent>;

Aliased Typeยง

pub struct ClipboardEvent<TCurrent = Element> { /* private fields */ }