Expand description
Platform Bridge — trait-based contracts for native platform integration.
Each platform (iOS, Android, macOS, Windows, Web) implements PlatformBridge. The consistency layer uses capability queries (not lowest-common-denominator) to enable platform-adaptive rendering.
Structs§
- Color
- Native
Handle - Opaque handle to a platform-native view.
- Props
Diff - A diff of changed properties.
- Screen
Size - Text
Metrics - Text
Style
Enums§
- Font
Weight - Platform
Capability - Platform
Error - Platform
Id - Prop
Value - A single property value.
- Text
Align - View
Type - View types the framework knows how to create.
Traits§
- Platform
Bridge - Every platform bridge MUST implement this trait.