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