BasicValueMatcherOptions interface
Describes a basic value matcher option that has a single value.
Signature
export interface BasicValueMatcherOptions<T = any> extends ValueMatcherOptions
Import
import { BasicValueMatcherOptions } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
value | T |
value property
Signature
value: T;