influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

ConditionalExpression interface

Selects one of two expressions, Alternate or Consequent, depending on a third boolean expression, Test

Signature:

interface ConditionalExpression 

Properties

Property Modifiers Type Description
alternate?   Expression (Optional)
consequent?   Expression (Optional)
test?   Expression (Optional)
type?   NodeType (Optional)