2020-04-21 03:41:50 -05:00
|
|
|
+++
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
|
|
# -----------------------------------------------------------------------
|
|
|
|
title = "getStandardFieldConfigs"
|
|
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
|
|
type = "docs"
|
|
|
|
+++
|
|
|
|
|
|
|
|
## getStandardFieldConfigs variable
|
|
|
|
|
|
|
|
### getStandardFieldConfigs variable
|
|
|
|
|
|
|
|
Returns collection of common field config properties definitions
|
|
|
|
|
|
|
|
<b>Signature</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-07-01 02:12:35 -05:00
|
|
|
getStandardFieldConfigs: () => (FieldConfigPropertyItem<any, string, StringFieldConfigSettings> | FieldConfigPropertyItem<any, number, NumberFieldConfigSettings> | FieldConfigPropertyItem<any, ThresholdsConfig, ThresholdsFieldConfigSettings> | FieldConfigPropertyItem<any, ValueMapping[], ValueMappingFieldConfigSettings> | FieldConfigPropertyItem<any, DataLink<any>[], StringFieldConfigSettings>)[]
|
2020-04-21 03:41:50 -05:00
|
|
|
```
|
|
|
|
<b>Import</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
import { getStandardFieldConfigs } from '@grafana/ui';
|
|
|
|
```
|