[][src]Module mogwai::view::dom

Widgets for the browser.

Structs

Element

The Element class.

Event

The Event class.

EventTarget

The EventTarget class.

HtmlElement

The HtmlElement class.

JsValue

Representation of an object owned by JS.

MogwaiCallback

A wrapper for closures that can be used as callbacks.

View

A widget that may contain a bundled network of html elements, callback closures and receivers. This wraps a Javascript DOM node and maintains lists and maps needed to orchestrate user interaction.

Traits

JsCast

A trait for checked and unchecked casting between JS types.

UnwrapThrowExt

An extension trait for Option<T> and Result<T, E> for unwraping the T value, or throwing a JS error if it is not available.