+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "TextMatch" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## TextMatch interface Signature ```typescript export interface TextMatch ``` Import ```typescript import { TextMatch } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [end](#end-property) | number | | | [length](#length-property) | number | | | [start](#start-property) | number | | | [text](#text-property) | string | | ### end property Signature ```typescript end: number; ``` ### length property Signature ```typescript length: number; ``` ### start property Signature ```typescript start: number; ``` ### text property Signature ```typescript text: string; ```