Trilium Frontend API
Preparing search index...
<internal>
ProgressBarParams
Interface ProgressBarParams
interface
ProgressBarParams
{
color
?:
Color
;
legend
?:
string
|
true
|
ValueStringCallback
;
legendAlign
?:
Align
;
legendColor
?:
Color
;
max
?:
number
;
min
?:
number
;
}
Hierarchy (
View Summary
)
TrafficParams
ProgressBarParams
Index
Properties
color?
legend?
legend
Align?
legend
Color?
max?
min?
Properties
Optional
color
color
?:
Color
Optional
legend
legend
?:
string
|
true
|
ValueStringCallback
Optional
legend
Align
legendAlign
?:
Align
Optional
legend
Color
legendColor
?:
Color
Optional
max
max
?:
number
Optional
min
min
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
legend
legend
Align
legend
Color
max
min
Trilium Frontend API
Loading...