Expand description
Create custom widgets and operate on them.
Re-exports§
Modules§
- operation
- Query or update internal widget state.
- text
- Text widgets display information through writing.
- tree
- Store internal widget state in a state tree to ensure continuity.
Structs§
- Id
- The identifier of a generic widget.
Traits§
- Widget
- A component that displays information and allows interaction.