Expand description
Generated protobuf types from proto/webui.proto.
Modules§
- condition_
expr - Nested message and enum types in
ConditionExpr. - web_
ui_ fragment - Nested message and enum types in
WebUIFragment.
Structs§
- Component
Data - Root protocol containing all fragment records. Per-component metadata keyed by tag name.
- Compound
Condition - Two conditions joined by a logical operator.
- Condition
Expr - A condition expression tree.
- Fragment
List - A list of fragments (needed because protobuf maps cannot have repeated values directly).
- Identifier
Condition - Single identifier (variable name).
- NotCondition
- Negation wrapper.
- Predicate
- Simple comparison predicate.
- WebUi
Fragment - A single fragment — one of several types.
- WebUi
Fragment Attribute - Dynamic attribute binding.
- WebUi
Fragment Component - Reference to a reusable component fragment.
- WebUi
Fragment For - Loop directive iterating over a collection.
- WebUi
Fragment If - Conditional rendering fragment.
- WebUi
Fragment Outlet - Outlet placeholder — marks where matched child route content renders. Components use this to indicate where nested route children are rendered.
- WebUi
Fragment Plugin - Opaque plugin-specific data passed from parser plugin to handler plugin. WebUI framework does not interpret this data — it is a pass-through conduit. Each parser/handler plugin pair defines its own binary contract for the data field.
- WebUi
Fragment Raw - Static text or HTML content.
- WebUi
Fragment Route - Declarative route definition linking a URL path template to a component. Nested routes are expressed via repeated children.
- WebUi
Fragment Signal - Dynamic data binding via signal.
- WebUi
Protocol