widget · ui.widget

progress

Bounded progress with a non-color label.

ui.progress(label, value, maximum)
Stable ID
ui.widget.progress
Owner
app.ScriptUiWidget
Authority
presentation
Timing
composition
Availability
Phase 14G
Side effects
Records detached presentation intent.
Determinism
Host clamps only at rendering.
Introduced
1.0.0

Usage

Compose this widget only inside a balanced ui.begin_panel and ui.end_panel block. Its semantic metadata and focus order remain part of the validated interface graph.

Parameters

Returns

A stable widget contract consumed by the interface composition host.

Cost

Counts against the package composition instruction and surface work budgets; it does not traverse simulation ownership.

Fields

This symbol has no fields.

Errors

Examples

ui.progress("Hunger", needs.hunger, 10000)

API history

Related symbols

Project references