widget · ui.widget

tooltip

Hover and focus help content.

ui.tooltip(label, text)
Stable ID
ui.widget.tooltip
Owner
app.ScriptUiWidget
Authority
presentation
Timing
composition
Availability
Phase 14G
Side effects
Records detached presentation intent.
Determinism
Emission order.
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.tooltip("Need pressure", "Higher values require more attention.")

API history

Related symbols

Project references