Struct freya::components::ExternalLinkProps
source · pub struct ExternalLinkProps<'a> { /* private fields */ }Expand description
ExternalLink component properties.
Implementations§
source§impl<'a> ExternalLinkProps<'a>
impl<'a> ExternalLinkProps<'a>
sourcepub fn builder() -> ExternalLinkPropsBuilder<'a, ((), (), (), ())>
pub fn builder() -> ExternalLinkPropsBuilder<'a, ((), (), (), ())>
Create a builder for building ExternalLinkProps.
On the builder, call .children(...)(optional), .onerror(...)(optional), .show_tooltip(...)(optional), .url(...) to set the values of the fields.
Finally, call .build() to create the instance of ExternalLinkProps.