Enode — API Reference
Preparing search index...
ui/src/charts/performance-format
RangeSummary
Type Alias RangeSummary
A chart header's range: "max - min", the unit, and (selected only) a drop.
type
RangeSummary
=
{
drop
:
string
|
null
;
range
:
string
;
unit
:
string
;
}
Index
Properties
drop
range
unit
Properties
drop
drop
:
string
|
null
range
range
:
string
unit
unit
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
drop
range
unit
Enode — API Reference
Loading...
A chart header's range: "max - min", the unit, and (selected only) a drop.