Module patternfly_yew::utils
source · Expand description
Utilities
Structs
- Definition of an action.
- A properties structures which only has children.
- Helper to trigger a close operation, when the user clicks on the global space.
- Allow iterating over an [
HtmlCollection]. - Allow iterating over a [
NodeList]. - A general purpose “raw” component.
- Wrap an element with style.
Traits
- Support working with
web_sys::Element - Support working with
web_sys::HtmlElement - Allows converting something into an
Actionby providing a label.
Functions
- Turn an
IString(orAttrValue) into aCow<'static, str> - Focus an HTML input element.
- Create a random ID.
- Retrieve the value of an
HtmlInputElement.