Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
CallExpression
Interface CallExpression
Represents a function call
interface
CallExpression
{
arguments
?:
Expression
[]
;
callee
?:
Expression
;
type
?:
string
;
}
Index
Properties
arguments?
callee?
type?
Properties
Optional
arguments
arguments
?:
Expression
[]
Function arguments
Optional
callee
callee
?:
Expression
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
callee
type
Documentation
Loading...
Represents a function call