+++
# -----------------------------------------------------------------------
# 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
```typescript
export interface TableSortByFieldState
```
Import
```typescript
import { TableSortByFieldState } from '@grafana/ui';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [desc](#desc-property) | boolean
| |
| [displayName](#displayname-property) | string
| |
### desc property
Signature
```typescript
desc?: boolean;
```
### displayName property
Signature
```typescript
displayName: string;
```