mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
44 lines
929 B
Markdown
44 lines
929 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "TableSortByFieldState"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## TableSortByFieldState interface
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface TableSortByFieldState
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { TableSortByFieldState } from '@grafana/ui';
|
||
|
```
|
||
|
<b>Properties</b>
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [desc](#desc-property) | <code>boolean</code> | |
|
||
|
| [displayName](#displayname-property) | <code>string</code> | |
|
||
|
|
||
|
### desc property
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
desc?: boolean;
|
||
|
```
|
||
|
|
||
|
### displayName property
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
displayName: string;
|
||
|
```
|