grafana/docs/sources/packages_api/data/column.md

1.1 KiB

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "Column" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++

Column interface

Signature

export interface Column 

Import

import { Column } from '@grafana/data';

Properties

Property Type Description
custom Record<string, any>
filterable boolean
text string
unit string

custom property

Signature

custom?: Record<string, any>;

filterable property

Signature

filterable?: boolean;

text property

Signature

text: string;

unit property

Signature

unit?: string;