Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
runtime
LegendEntry
Interface LegendEntry
Runtime-facing legend entry.
interface
LegendEntry
{
color
?:
string
;
iconUrl
?:
string
;
id
:
string
;
label
:
string
;
maxValue
?:
number
;
minValue
?:
number
;
}
Index
Properties
color?
icon
Url?
id
label
max
Value?
min
Value?
Properties
Optional
color
color
?:
string
Optional
icon
Url
icon
Url
?:
string
id
id
:
string
Stable id for UI list keys. Derived from label when absent.
label
label
:
string
Optional
max
Value
max
Value
?:
number
Optional
min
Value
min
Value
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
icon
Url
id
label
max
Value
min
Value
@honua/sdk-js
Loading...
Runtime-facing legend entry.