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