BasicValueMatcherOptions interface

Describes a basic value matcher option that has a single value.

Signature

  1. export interface BasicValueMatcherOptions<T = any> extends ValueMatcherOptions

Import

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

Properties

PropertyTypeDescription
valueT

value property

Signature

  1. value: T;