Rezi
Preparing search index...
core/src
GaugeProps
Type Alias GaugeProps
GaugeProps
:
Readonly
<
{
height
?:
SizeConstraint
;
key
?:
string
;
label
?:
string
;
style
?:
TextStyle
;
thresholds
?:
readonly
{
value
:
number
;
variant
:
BadgeVariant
}
[]
;
value
:
number
;
variant
?:
"linear"
|
"compact"
;
width
?:
SizeConstraint
;
}
,
>
&
DisplayableProps
Props for gauge widget. Compact progress display with label.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for gauge widget. Compact progress display with label.