AnnotationEventFieldMapping interface
Signature
export interface AnnotationEventFieldMapping
Import
import { AnnotationEventFieldMapping } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
regex | string | |
source | AnnotationEventFieldSource | |
value | string |
regex property
Signature
regex?: string;
source property
Signature
source?: AnnotationEventFieldSource;
value property
Signature
value?: string;