[][src]Module plaster::prelude

The Yew Prelude

The purpose of this module is to alleviate imports of many common types:

use yew::prelude::*;

Re-exports

pub use html::ChangeData;
pub use html::Component;
pub use html::ComponentLink;
pub use html::Href;
pub use html::Html;
pub use html::InputData;
pub use html::Renderable;
pub use html::ShouldRender;
pub use app::App;
pub use callback::Callback;

Structs

DragEvent

The DragEvent object

Event

The Event object

FocusEvent

The FocusEvent object

HtmlNode

The Node object

InputEvent

The InputEvent object

KeyEvent

The KeyEvent object

KeyboardEvent

The KeyboardEvent object

MouseEvent

The MouseEvent object

MouseScrollEvent

The MouseScrollEvent object

PointerEvent

The PointerEvent object