929 B
929 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "TableSortByFieldState" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
TableSortByFieldState interface
Signature
export interface TableSortByFieldState
Import
import { TableSortByFieldState } from '@grafana/ui';
Properties
| Property | Type | Description |
|---|---|---|
| desc | boolean |
|
| displayName | string |
desc property
Signature
desc?: boolean;
displayName property
Signature
displayName: string;