Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
agent-tools
RunWidgetQueryArgs
Interface RunWidgetQueryArgs
interface
RunWidgetQueryArgs
{
field
?:
string
;
kind
:
|
"count"
|
"range"
|
"histogram"
|
"formula"
|
"categories"
|
"time-series"
|
"top-values"
;
limit
?:
number
;
metric
?:
string
;
query
?:
Query
<
Record
<
string
,
unknown
>
>
;
sourceId
:
string
;
}
Hierarchy (
view full
)
HonuaAgentWidgetQueryRequest
RunWidgetQueryArgs
Index
Properties
field?
kind
limit?
metric?
query?
source
Id
Properties
Optional
Readonly
field
field
?:
string
Readonly
kind
kind
:
|
"count"
|
"range"
|
"histogram"
|
"formula"
|
"categories"
|
"time-series"
|
"top-values"
Optional
Readonly
limit
limit
?:
number
Optional
Readonly
metric
metric
?:
string
Optional
Readonly
query
query
?:
Query
<
Record
<
string
,
unknown
>
>
Readonly
source
Id
source
Id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
field
kind
limit
metric
query
source
Id
@honua/sdk-js
Loading...