mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
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;