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