ODTimedProgressBar class
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket timed console progress bar.
It is used to create a simple timed progress bar in the console. You can set a fixed duration (milliseconds) in the constructor.
Properties
inherited autoStop
type ➜ null|"min"|"max"
Enable automatic stopping when reaching min
or max
.
inherited id
class ➜ api.ODId
The id of this data.
inherited initialValue
number ➜ number
The initial value of the progress bar.
inherited max
number ➜ number
The maximum value of the progress bar.
inherited min
number ➜ number
The minimum value of the progress bar.
mode
type ➜ "increasing"|"decreasing"
The mode of the timer.
inherited prefix
type ➜ null|string
The prefix displayed in the progress bar.
inherited renderer
class ➜ api.ODProgressBarRenderer
The renderer of this progress bar.
inherited suffix
type ➜ null|string
The prefix displayed in the progress bar.
time
number ➜ number
The time in milliseconds.
inherited protected value
number ➜ number
The current value of the progress bar.
Methods
constructor()
function ➜ api.ODTimedProgressBar
(no description)
View Parameters (6)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.renderer
: class ➜api.ODProgressBarRenderer
- Parameter Description Lorem Ipsum.time
: number ➜number
- Parameter Description Lorem Ipsum.mode
: type ➜"increasing"|"decreasing"
- Parameter Description Lorem Ipsum.prefix
: type ➜null|string
- Parameter Description Lorem Ipsum.suffix
: type ➜null|string
- Parameter Description Lorem Ipsum.
inherited protected _change()
function ➜ void
Trigger an onChange()
event in the parent ODManager
of this class.
inherited changed()
function ➜ void
(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.
inherited finished()
function ➜ Promise
Wait for the progress bar to finish.
start()
function ➜ boolean
Start showing this progress bar in the console.
inherited protected update()
function ➜ boolean
Update this progress bar while active. (will automatically update the progress bar in the console)
View Parameters (2)
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!