Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tauri-apps-api
/
tauri.apps.api
/
ProgressBarState
Progress
Bar
State
external
interface
ProgressBarState
(
source
)
Members
Properties
progress
Link copied to clipboard
abstract
var
progress
:
Double
?
The progress bar progress. This can be a value ranging from
0
to
100
status
Link copied to clipboard
abstract
var
status
:
ProgressBarStatus
?
The progress bar status.