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;