influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

RenamableField interface

Describes a field that can be renamed and made visible or invisible.

Signature:

interface RenamableField 

Properties

Property Modifiers Type Description
displayName?   string (Optional) The name that a field is renamed to by the user.
internalName? readonly string (Optional) The calculated name of a field.
visible?   boolean (Optional) Indicates whether this field should be visible on the table.