Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
TextMatch interface
Signature
export interface TextMatch
Import
import { TextMatch } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
end | number | |
length | number | |
start | number | |
text | string |
end property
Signature
end: number;
length property
Signature
length: number;
start property
Signature
start: number;
text property
Signature
text: string;