Module seed::dom_types

source ·
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.

Structs

The Element component of our virtual DOM.

Enums

Traits

UpdateEl is used to distinguish arguments in element-creation macros.

Functions