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;