SelectOptions type

SelectOptions type

Signature

  1. export declare type SelectOptions<T = any> = SelectableValue<T> | Array<SelectableValue<T> | SelectableOptGroup<T> | Array<SelectableOptGroup<T>>>;

Import

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