Preparing search index...
The search index is not available
Scripting API
Scripting API
dashboard/dashitems/DashboardItemApi
External
TransformAggregation
Interface TransformAggregation
interface
TransformAggregation
{
enabled
?:
boolean
;
func
?:
|
"median"
|
"first"
|
"last"
|
"mode"
|
"count"
|
"sum"
|
"avg"
|
"min"
|
"max"
|
"rms"
|
"stddev"
;
funcmode
?:
"sample"
|
"population"
;
target
:
string
;
}
Index
Properties
enabled?
func?
funcmode?
target
Properties
Optional
enabled
enabled
?:
boolean
Optional
func
func
?:
|
"median"
|
"first"
|
"last"
|
"mode"
|
"count"
|
"sum"
|
"avg"
|
"min"
|
"max"
|
"rms"
|
"stddev"
Optional
funcmode
funcmode
?:
"sample"
|
"population"
target
target
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enabled
func
funcmode
target
Scripting API
Loading...