Skip to main content

SHOW_PROGRESS

Show a progress bar with optional status text. Use position to place it and autoHide to auto-hide after completion.

At a glance

  • Category UI
  • Version: 1.0.8
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
statusStatus text to display next to the progress bar. Supports variable resolution.NonefalsetrueNoneNone
positionPosition of the progress bar. Common values: 'bottom', 'top'.NonefalsefalseNoneNone
autoHideWhether the progress bar should auto-hide when completed.NonefalsefalseNoneNone

Examples

Show progress at bottom

- step: SHOW_PROGRESS
status: "Processing..."
position: "bottom"
autoHide: true

See Also

General Resources: