[][src]Module rust_fel::props

Module containing the rust_fel::Props struct which allows an rust_fel::Element to have properties and children.

Structs

Props

A struct holding attributes for a Virtual DOM rust_fel::Element.
Elements can have children stored inside a std::vec::Vec.

Type Definitions

ClosureProp

A type commonly used for construction of a wasm-bindgen Closure for use with DOM Element Event Handlers.