VariableModel interface

Signature

  1. export interface VariableModel

Import

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

Properties

PropertyTypeDescription
labelstring | null
namestring
typeVariableType

label property

Signature

  1. label: string | null;

name property

Signature

  1. name: string;

type property

Signature

  1. type: VariableType;