Expand description
This module contains structs and enums that represent dom types, and their parts. These are the types used internally by our virtual dom.
Re-exports§
pub use namespace::Namespace;
Modules§
- cast
- css_
units - MDN web docs
- event_
handler - This module contains code related to event handling; ie things that update the dom, related to
web_sys::Event
- namespace
- virtual_
dom_ bridge - This file contains interactions with
web_sys
.