Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
ArrayExpression
Interface ArrayExpression
Used to create and directly specify the elements of an array object
interface
ArrayExpression
{
elements
?:
Expression
[]
;
type
?:
string
;
}
Index
Properties
elements?
type?
Properties
Optional
elements
elements
?:
Expression
[]
Elements of the array
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
elements
type
Documentation
Loading...
Used to create and directly specify the elements of an array object