StandardOptionConfig type

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

StandardOptionConfig type

Signature

  1. export declare type StandardOptionConfig = {
  2. defaultValue?: any;
  3. settings?: any;
  4. };

Import

  1. import { StandardOptionConfig } from '@grafana/data';