Expand description
Defines the standard schema for representing UI state as a graph.
This includes standard vertex types for UI components, edge labels for relationships (e.g., parent-child), and conventional property keys for state.
Structs§
- UiProp
Key - Standard Property Keys for component state.
Enums§
- UiEdge
Label - Standard Edge Labels for UI relationships.
- UiVertex
Type - Standard Vertex Types for UI Components.