Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
WidgetHistogramResult
Interface WidgetHistogramResult
interface
WidgetHistogramResult
{
bins
:
readonly
WidgetHistogramBin
[]
;
cache
:
WidgetSourceCacheMetadata
;
degraded
?:
readonly
DegradedReason
[]
;
execution
:
WidgetSourceExecutionMode
;
field
:
string
;
kind
:
"histogram"
;
max
:
null
|
number
;
min
:
null
|
number
;
protocol
:
Protocol
;
schemaVersion
:
"honua.widget-source.v1"
;
serverPushdown
:
boolean
;
sourceId
:
string
;
}
Hierarchy (
view full
)
WidgetSourceResponseBase
<
"histogram"
>
WidgetHistogramResult
Index
Properties
bins
cache
degraded?
execution
field
kind
max
min
protocol
schema
Version
server
Pushdown
source
Id
Properties
Readonly
bins
bins
:
readonly
WidgetHistogramBin
[]
Readonly
cache
cache
:
WidgetSourceCacheMetadata
Optional
Readonly
degraded
degraded
?:
readonly
DegradedReason
[]
Readonly
execution
execution
:
WidgetSourceExecutionMode
Readonly
field
field
:
string
Readonly
kind
kind
Readonly
max
max
:
null
|
number
Readonly
min
min
:
null
|
number
Readonly
protocol
protocol
:
Protocol
Readonly
schema
Version
schema
Version
Readonly
server
Pushdown
server
Pushdown
:
boolean
Readonly
source
Id
source
Id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bins
cache
degraded
execution
field
kind
max
min
protocol
schema
Version
server
Pushdown
source
Id
@honua/sdk-js
Loading...