Progress
Introduction
Function signature
Progress(
message=None,
show_percents=False,
hide_on_finish=True,
widget_id=None,
)
Parameters
Parameters
Type
Description
message

show_percents

hide_on_finish

widget_id
Mini App Example
Import libraries
Init API client
Initialize Progress Bar, Text and Button widgets
Create app layout
Create app using layout
Start progress with button click

Last updated