Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
DataFrameDTO interface
Like a DataFrame, but fields may be a FieldDTO
Signature
export interface DataFrameDTO extends QueryResultBase
Import
import { DataFrameDTO } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
fields | Array<FieldDTO | Field> | |
name | string |
fields property
Signature
fields: Array<FieldDTO | Field>;
name property
Signature
name?: string;