Module yew::html

source ·
Expand description

The main module which contents aliases to necessary items to create a template and implement update and view functions. Also this module contains declaration of Component trait which used to create own UI-components.

Modules

An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.
An abstract implementation of a listener.

Structs

Holds a reference to a scope, could put a message into the queue of the scope and activate processing (try borrow and call routine).
A reference to environment of a component (scope) which contains shared reference to a context and a sender to a scope’s loop.
A bridging type for checking href attribute value.
A type representing data from oninput event.

Enums

A type representing change of value(s) of an element after committed by user (onchange event).

Traits

An interface of a UI-component. Uses self as a model.
Should be rendered relative to context and component environment.

Type Definitions

A type which expected as a result of view function implementation.
Holder for the element.
This type indicates that component should be rendered again.