getStandardOptionEditors variable

getStandardOptionEditors variable

Returns collection of standard option editors definitions

Signature

  1. getStandardOptionEditors: () => (StandardEditorsRegistryItem<any, any> | StandardEditorsRegistryItem<string, any> | StandardEditorsRegistryItem<number, any> | StandardEditorsRegistryItem<boolean, any> | StandardEditorsRegistryItem<ValueMapping[], any> | StandardEditorsRegistryItem<ThresholdsConfig, any> | StandardEditorsRegistryItem<DataLink<any>[], any> | StandardEditorsRegistryItem<string[], any> | StandardEditorsRegistryItem<FieldColor, any>)[]

Import

  1. import { getStandardOptionEditors } from '@grafana/ui';