Kind: widget

All documented widget symbols.

widget · ui.widget

button

ui.button(label, action_id, semantic_label, focus_order?)

Keyboard-focusable logical-action button.

widget · ui.widget

explain

ui.explain(text)

Full-width wrapped muted explanation paragraph.

widget · ui.widget

list

ui.list(action_id, rows, options?)

Scroll-bounded selectable rows with stable activation identities.

widget · ui.widget

menu

ui.menu(label, state?)

Semantic menu heading.

widget · ui.widget

progress

ui.progress(label, value, maximum)

Bounded progress with a non-color label.

widget · ui.widget

row

ui.row(label, value)

Labeled value row.

widget · ui.widget

row-group

ui.begin_row_group() ... ui.end_row_group()

Non-nested horizontal widget group with bounded structural entries.

widget · ui.widget

separator

ui.separator()

Orientation-aware separator for panel or row-group layout.

widget · ui.widget

spacer

ui.spacer()

Remaining-width spacer for a horizontal group.

widget · ui.widget

stat

ui.stat(value, label)

Compact figure with a caption for persistent HUD summaries.

widget · ui.widget

surface

ui.surface(kind, aspect, action_id)

Bounded spatial overview that emits a stable World-cell activation.

widget · ui.widget

tabs

ui.tabs(action_id, labels, active_index)

Bounded tab labels with one active index and stable action identity.

widget · ui.widget

text

ui.text(label, value?)

Semantic text.

widget · ui.widget

tooltip

ui.tooltip(label, text)

Hover and focus help content.