Struct dioxus_router::LinkProps [−][src]
pub struct LinkProps<'a> { /* fields omitted */ }Implementations
Create a builder for building LinkProps.
On the builder, call .to(...), .href(...)(optional), .class(...)(optional), .id(...)(optional), .children(...)(optional), .attributes(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of LinkProps.
