ScopedVar interface
Signature
export interface ScopedVar<T = any>
Import
import { ScopedVar } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
text | any | |
value | T |
text property
Signature
text: any;
value property
Signature
value: T;
本文档使用 全库网 构建