SelectableOptGroup interface

Signature

  1. export interface SelectableOptGroup<T = any>

Import

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

Properties

PropertyTypeDescription
labelstring
optionsArray<SelectableValue<T>>

label property

Signature

  1. label: string;

options property

Signature

  1. options: Array<SelectableValue<T>>;