Module yew::virtual_dom[][src]

Expand description

This module contains Yew’s implementation of a reactive virtual DOM.

Structs

Represents the (optional) key of Yew’s virtual nodes.

A virtual child component.

A virtual component.

This struct represents a fragment of the Virtual DOM tree.

A type for a virtual Element representation.

A type for a virtual TextNode representation.

Enums

Attribute value

A collection of attributes for an element

Supported kinds of DOM event listeners

A list of event listeners

Bind virtual element to a DOM reference.

Traits

The Listener trait is an universal implementation of an event listener which is used to bind Rust-listener to JS-listener (DOM).

Functions

Set, if events should bubble up the DOM tree, calling any matching callbacks.