TableData interface
Signature
export interface TableData extends QueryResultBase
Import
import { TableData } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
columns | Column[] | |
name | string | |
rows | any[][] | |
type | string |
columns property
Signature
columns: Column[];
name property
Signature
name?: string;
rows property
Signature
rows: any[][];
type property
Signature
type?: string;