Expand description
Interactive widget system for advanced visualization
This module provides the widget framework for creating interactive dashboard components with real-time data binding and user interactions.
Structs§
- Attribute
Binding - Attribute binding
- Border
Config - Border configuration
- Data
Binding Config - Data binding configuration
- Device
Capabilities - Device capabilities
- Font
Config - Font configuration
- Render
Context - Render context for widgets
- Render
Metadata - Render metadata
- Render
Options - Render options
- Shader
Program - Shader program configuration
- Shadow
Config - Shadow configuration
- Style
Config - Style configuration
- Touch
Point - Touch point
- Widget
Config - Widget configuration
- Widget
Event - Widget event
- Widget
Event Response - Widget event response
- Widget
Render - Widget render result
Enums§
- Aggregation
Method - Aggregation method enumeration
- Attribute
Type - Attribute type enumeration
- Border
Style - Border style enumeration
- Canvas
Command - Canvas drawing command
- Chart
Type - Chart type enumeration
- Data
Transformation - Data transformation enumeration
- Event
Type - Event type enumeration
- Font
Style - Font style enumeration
- Font
Weight - Font weight enumeration
- Input
Type - Input type enumeration
- Notification
Level - Notification level enumeration
- Render
Content - Render content enumeration
- Render
Quality - Render quality enumeration
- Response
Action - Response action enumeration
- Uniform
Value - Uniform value enumeration
- Update
Frequency - Update frequency enumeration
- Widget
Type - Widget type enumeration
Traits§
- Interactive
Widget - Interactive widget trait