Menu

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.

Enterprise Open source

TextMatch interface

Signature

typescript
export interface TextMatch 

Import

typescript
import { TextMatch } from '@grafana/data';

Properties

PropertyTypeDescription
endnumber
lengthnumber
startnumber
textstring

end property

Signature

typescript
end: number;

length property

Signature

typescript
length: number;

start property

Signature

typescript
start: number;

text property

Signature

typescript
text: string;