influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > ExpressionStatement

ExpressionStatement interface

May consist of an expression that doesn’t return a value and is executed solely for its side-effects

Signature:

interface ExpressionStatement 

Properties

Property Modifiers Type Description
expression?   Expression (Optional)
type?   NodeType (Optional)