SelectableValue interface

Used in select elements

Signature

  1. export interface SelectableValue<T = any>

Import

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

Properties

PropertyTypeDescription
ariaLabelstring
descriptionstring
iconstring
imgUrlstring
labelstring
valueT

ariaLabel property

Signature

  1. ariaLabel?: string;

description property

Signature

  1. description?: string;

icon property

Signature

  1. icon?: string;

imgUrl property

Signature

  1. imgUrl?: string;

label property

Signature

  1. label?: string;

value property

Signature

  1. value?: T;