Module schema

Module schema 

Source
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§

UiPropKey
Standard Property Keys for component state.

Enums§

UiEdgeLabel
Standard Edge Labels for UI relationships.
UiVertexType
Standard Vertex Types for UI Components.