+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "SelectableValue" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## SelectableValue interface Used in select elements Signature ```typescript export interface SelectableValue ``` Import ```typescript import { SelectableValue } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [description](#description-property) | string | | | [imgUrl](#imgurl-property) | string | | | [label](#label-property) | string | | | [value](#value-property) | T | | ### description property Signature ```typescript description?: string; ``` ### imgUrl property Signature ```typescript imgUrl?: string; ``` ### label property Signature ```typescript label?: string; ``` ### value property Signature ```typescript value?: T; ```