namespace · ui.widget
Interface widgets
namespace ui.widgetBackend-neutral semantic widgets recorded as detached intent.
All documented symbols in the ui.widget namespace.
namespace · ui.widget
namespace ui.widgetBackend-neutral semantic widgets recorded as detached intent.
widget · ui.widget
ui.button(label, action_id, semantic_label, focus_order?)Keyboard-focusable logical-action button.
widget · ui.widget
ui.explain(text)Full-width wrapped muted explanation paragraph.
widget · ui.widget
ui.list(action_id, rows, options?)Scroll-bounded selectable rows with stable activation identities.
type · ui.widget
{ id, label, value, color?, selected?, progress? }One bounded list row with stable identity and optional progress.
widget · ui.widget
ui.menu(label, state?)Semantic menu heading.
widget · ui.widget
ui.progress(label, value, maximum)Bounded progress with a non-color label.
widget · ui.widget
ui.row(label, value)Labeled value row.
widget · ui.widget
ui.begin_row_group() ... ui.end_row_group()Non-nested horizontal widget group with bounded structural entries.
widget · ui.widget
ui.separator()Orientation-aware separator for panel or row-group layout.
widget · ui.widget
ui.spacer()Remaining-width spacer for a horizontal group.
widget · ui.widget
ui.stat(value, label)Compact figure with a caption for persistent HUD summaries.
widget · ui.widget
ui.surface(kind, aspect, action_id)Bounded spatial overview that emits a stable World-cell activation.
widget · ui.widget
ui.tabs(action_id, labels, active_index)Bounded tab labels with one active index and stable action identity.
widget · ui.widget
ui.text(label, value?)Semantic text.
widget · ui.widget
ui.tooltip(label, text)Hover and focus help content.