Trait leptos::IntoProperty

source ·
pub trait IntoProperty {
    fn into_property(self, cx: Scope) -> Property;
}
Expand description

Converts some type into a Property.

This is implemented by default for Rust primitive types, String and friends, and JsValue.

Required Methods§

Converts the object into a Property.

Implementations on Foreign Types§

Implementors§